Html Css Color HEX #135020 Crusoe

📋 copy color: '#135020'

red 19 ◦ green 80 ◦ blue 32

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

Shades of Crusoe #135020

Tints of Crusoe #135020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 61.07%

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

R = 14.5%
G = 61.07%
B = 24.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#135020 (or 0x135020) is known color: Crusoe. HEX triplet: 13, 50 and 20. RGB value is (19,80,32). Sum of RGB (Red+Green+Blue) = 19+80+32=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #135020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135020 is #ECAFDF. Grayscale: #383838. Windows color (decimal): -15511520 or 2117651. OLE color: 2117651.

HSL color Cylindrical-coordinate representation of color #135020: hue angle of 132.79º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135020 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 32 -
CMYK 0.76 0 0.60 0.69
HSL 132.79º 0.62% 0.19% -
HSV(B) 132.79º 0.76% 0.31% -
XYZ 3.4 5.98 2.34 -
YUV 56.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 19 80 32 0.76 0 0.60 0.69 132.79 0.62 0.19
Hex 13 50 20 4C 0 3C 45 85 3E 13
Octal 23 120 40 114 0 74 105 205 76 23
Binary 10011 1010000 100000 1001100 0 111100 1000101 10000101 111110 10011

Color Harmonies of #135020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135020

Black with #135020

Text Example


Text Example

White with #135020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135020; }

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

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

background-color css

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

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

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

border-color css

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

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

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