Html Css Color HEX #135224 Crusoe

📋 copy color: '#135224'

red 19 ◦ green 82 ◦ blue 36

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

Shades of Crusoe #135224

Tints of Crusoe #135224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.85%

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

R = 13.87%
G = 59.85%
B = 26.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#135224 (or 0x135224) is known color: Crusoe. HEX triplet: 13, 52 and 24. RGB value is (19,82,36). Sum of RGB (Red+Green+Blue) = 19+82+36=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #135224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135224 is #ECADDB. Grayscale: #3A3A3A. Windows color (decimal): -15511004 or 2380307. OLE color: 2380307.

HSL color Cylindrical-coordinate representation of color #135224: hue angle of 136.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135224 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 36 -
CMYK 0.77 0 0.56 0.68
HSL 136.19º 0.62% 0.2% -
HSV(B) 136.19º 0.77% 0.32% -
XYZ 3.6 6.3 2.7 -
YUV 57.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 19 82 36 0.77 0 0.56 0.68 136.19 0.62 0.2
Hex 13 52 24 4D 0 38 44 88 3E 14
Octal 23 122 44 115 0 70 104 210 76 24
Binary 10011 1010010 100100 1001101 0 111000 1000100 10001000 111110 10100

Color Harmonies of #135224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135224

Black with #135224

Text Example


Text Example

White with #135224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135224; }

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

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

background-color css

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

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

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

border-color css

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

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

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