Html Css Color HEX #136033 Crusoe

📋 copy color: '#136033'

red 19 ◦ green 96 ◦ blue 51

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

Shades of Crusoe #136033

Tints of Crusoe #136033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

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

R = 11.45%
G = 57.83%
B = 30.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#136033 (or 0x136033) is known color: Crusoe. HEX triplet: 13, 60 and 33. RGB value is (19,96,51). Sum of RGB (Red+Green+Blue) = 19+96+51=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #136033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136033 is #EC9FCC. Grayscale: #434343. Windows color (decimal): -15507405 or 3366931. OLE color: 3366931.

HSL color Cylindrical-coordinate representation of color #136033: hue angle of 144.94º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136033 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 51 -
CMYK 0.80 0 0.47 0.62
HSL 144.94º 0.67% 0.23% -
HSV(B) 144.94º 0.8% 0.38% -
XYZ 5.05 8.74 4.55 -
YUV 67.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 19 96 51 0.80 0 0.47 0.62 144.94 0.67 0.23
Hex 13 60 33 50 0 2F 3E 91 43 17
Octal 23 140 63 120 0 57 76 221 103 27
Binary 10011 1100000 110011 1010000 0 101111 111110 10010001 1000011 10111

Color Harmonies of #136033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136033

Black with #136033

Text Example


Text Example

White with #136033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136033; }

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

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

background-color css

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

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

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

border-color css

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

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

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