Html Css Color HEX #135222 Crusoe

📋 copy color: '#135222'

red 19 ◦ green 82 ◦ blue 34

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

Shades of Crusoe #135222

Tints of Crusoe #135222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.19%

R = 14.07%
G = 60.74%
B = 25.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#135222 (or 0x135222) is known color: Crusoe. HEX triplet: 13, 52 and 22. RGB value is (19,82,34). Sum of RGB (Red+Green+Blue) = 19+82+34=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #135222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135222 is #ECADDD. Grayscale: #393939. Windows color (decimal): -15511006 or 2249235. OLE color: 2249235.

HSL color Cylindrical-coordinate representation of color #135222: hue angle of 134.29º 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 #135222 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 34 -
CMYK 0.77 0 0.59 0.68
HSL 134.29º 0.62% 0.2% -
HSV(B) 134.29º 0.77% 0.32% -
XYZ 3.57 6.29 2.54 -
YUV 57.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 19 82 34 0.77 0 0.59 0.68 134.29 0.62 0.2
Hex 13 52 22 4D 0 3B 44 86 3E 14
Octal 23 122 42 115 0 73 104 206 76 24
Binary 10011 1010010 100010 1001101 0 111011 1000100 10000110 111110 10100

Color Harmonies of #135222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135222

Black with #135222

Text Example


Text Example

White with #135222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135222; }

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

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

background-color css

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

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

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

border-color css

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

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

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