Html Css Color HEX #137533 Camarone

📋 copy color: '#137533'

red 19 ◦ green 117 ◦ blue 51

#137533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #137533

Tints of Camarone #137533

RGB

 RED value IS 19 (7.81% from 255) = 10.16%

 GREEN value IS 117 (46.09% from 255) = 62.57%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 10.16%
G = 62.57%
B = 27.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#137533 (or 0x137533) is known color: Camarone. HEX triplet: 13, 75 and 33. RGB value is (19,117,51). Sum of RGB (Red+Green+Blue) = 19+117+51=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #137533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137533 is #EC8ACC. Grayscale: #505050. Windows color (decimal): -15502029 or 3372307. OLE color: 3372307.

HSL color Cylindrical-coordinate representation of color #137533: hue angle of 139.59º 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 #137533 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 51 -
CMYK 0.84 0 0.56 0.54
HSL 139.59º 0.72% 0.27% -
HSV(B) 139.59º 0.84% 0.46% -
XYZ 7.23 13.1 5.28 -
YUV 80.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 19 117 51 0.84 0 0.56 0.54 139.59 0.72 0.27
Hex 13 75 33 54 0 38 36 8C 48 1B
Octal 23 165 63 124 0 70 66 214 110 33
Binary 10011 1110101 110011 1010100 0 111000 110110 10001100 1001000 11011

Color Harmonies of #137533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137533

Black with #137533

Text Example


Text Example

White with #137533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137533; }

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

 H1.HeaderClassName
 {
   color: #137533;
 }
 .AnyTagClassName
 {
   color: #137533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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