Html Css Color HEX #136824 Crusoe

📋 copy color: '#136824'

red 19 ◦ green 104 ◦ blue 36

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

Shades of Crusoe #136824

Tints of Crusoe #136824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 65.41%

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 11.95%
G = 65.41%
B = 22.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#136824 (or 0x136824) is known color: Crusoe. HEX triplet: 13, 68 and 24. RGB value is (19,104,36). Sum of RGB (Red+Green+Blue) = 19+104+36=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #136824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136824 is #EC97DB. Grayscale: #474747. Windows color (decimal): -15505372 or 2385939. OLE color: 2385939.

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

Color convert

RGB 19 104 36 -
CMYK 0.82 0 0.65 0.59
HSL 132º 0.69% 0.24% -
HSV(B) 132º 0.82% 0.41% -
XYZ 5.54 10.17 3.34 -
YUV 70.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 19 104 36 0.82 0 0.65 0.59 132 0.69 0.24
Hex 13 68 24 52 0 41 3B 84 45 18
Octal 23 150 44 122 0 101 73 204 105 30
Binary 10011 1101000 100100 1010010 0 1000001 111011 10000100 1000101 11000

Color Harmonies of #136824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136824

Black with #136824

Text Example


Text Example

White with #136824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136824; }

 p { color: rgb(19,104,36); }

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

background-color css

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

 a { background-color: rgb(19,104,36); }

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

border-color css

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

 span { border-color: rgb(19,104,36); }

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