#137536

Color #137536 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #137536

Tints of Camarone #137536

Color information

#137536 (or 0x137536) is unknown color: approx Camarone. HEX triplet: 13, 75 and 36. RGB value is (19,117,54). Sum of RGB (Red+Green+Blue) = 19+117+54=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #137536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137536 is #EC8AC9. Grayscale: #505050. Windows color (decimal): -15502026 or 3568915. OLE color: 3568915.

HSL color Cylindrical-coordinate representation of color #137536: hue angle of 141.43º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137536 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1911754-
CMYK0.8400.540.54
HSL141.43º72.06%26.67%-
HSV(B)141.43º83.76%45.88%-
XYZ7.313.135.64-
YUV80.52113.0384.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=10%
G=61.58%
B=28.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117540.8400.540.54141.4372.0626.67
Hex13753654036368d481b
Octal23165661240666621511033
Binary1001111101011101101010100011011011011010001101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137536; }

 p { color: rgb(19,117,54); }

 H1.HeaderClassName
 {
   color: #137536;
 }
 .AnyTagClassName
 {
   color: #137536;
 }
</style>
background-color css

<style>
 a { background-color: #137536; }

 a { background-color: rgb(19,117,54); }

 div.DivClassName
 {
   background-color: #137536;
 }
 .BgClassName
 {
   background-color: #137536;
 }
</style>
border-color css

<style>
 span { border-color: #137536; }

 span { border-color: rgb(19,117,54); }

 td.TdClassName
 {
   border-color: #137536;
 }
 .TagClassName
 {
   border-color: #137536;
 }
</style>