Html Css Color HEX #136732 Crusoe

📋 copy color: '#136732'

red 19 ◦ green 103 ◦ blue 50

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

Shades of Crusoe #136732

Tints of Crusoe #136732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.88%

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 11.05%
G = 59.88%
B = 29.07%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#136732 (or 0x136732) is known color: Crusoe. HEX triplet: 13, 67 and 32. RGB value is (19,103,50). Sum of RGB (Red+Green+Blue) = 19+103+50=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #136732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136732 is #EC98CD. Grayscale: #474747. Windows color (decimal): -15505614 or 3303187. OLE color: 3303187.

HSL color Cylindrical-coordinate representation of color #136732: hue angle of 142.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136732 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 50 -
CMYK 0.82 0 0.51 0.60
HSL 142.14º 0.69% 0.24% -
HSV(B) 142.14º 0.82% 0.4% -
XYZ 5.69 10.07 4.66 -
YUV 71.84 115.67 90.31 -
System Red Green Blue C M Y K H S L
Decimal 19 103 50 0.82 0 0.51 0.60 142.14 0.69 0.24
Hex 13 67 32 52 0 33 3C 8E 45 18
Octal 23 147 62 122 0 63 74 216 105 30
Binary 10011 1100111 110010 1010010 0 110011 111100 10001110 1000101 11000

Color Harmonies of #136732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136732

Black with #136732

Text Example


Text Example

White with #136732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136732; }

 p { color: rgb(19,103,50); }

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

background-color css

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

 a { background-color: rgb(19,103,50); }

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

border-color css

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

 span { border-color: rgb(19,103,50); }

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