Html Css Color HEX #135220 Crusoe

📋 copy color: '#135220'

red 19 ◦ green 82 ◦ blue 32

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

Shades of Crusoe #135220

Tints of Crusoe #135220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 14.29%
G = 61.65%
B = 24.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#135220 (or 0x135220) is known color: Crusoe. HEX triplet: 13, 52 and 20. RGB value is (19,82,32). Sum of RGB (Red+Green+Blue) = 19+82+32=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #135220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135220 is #ECADDF. Grayscale: #393939. Windows color (decimal): -15511008 or 2118163. OLE color: 2118163.

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

Color convert

RGB 19 82 32 -
CMYK 0.77 0 0.61 0.68
HSL 132.38º 0.62% 0.2% -
HSV(B) 132.38º 0.77% 0.32% -
XYZ 3.55 6.28 2.39 -
YUV 57.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 19 82 32 0.77 0 0.61 0.68 132.38 0.62 0.2
Hex 13 52 20 4D 0 3D 44 84 3E 14
Octal 23 122 40 115 0 75 104 204 76 24
Binary 10011 1010010 100000 1001101 0 111101 1000100 10000100 111110 10100

Color Harmonies of #135220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135220

Black with #135220

Text Example


Text Example

White with #135220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135220; }

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

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

background-color css

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

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

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

border-color css

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

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

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