Html Css Color HEX #035D20 Crusoe

📋 copy color: '#035D20'

red 3 ◦ green 93 ◦ blue 32

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

Shades of Crusoe #035D20

Tints of Crusoe #035D20

RGB

 RED value IS 3 (1.56% from 255) = 2.34%

 GREEN value IS 93 (36.72% from 255) = 72.66%

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

R = 2.34%
G = 72.66%
B = 25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#035D20 (or 0x035D20) is known color: Crusoe. HEX triplet: 03, 5D and 20. RGB value is (3,93,32). Sum of RGB (Red+Green+Blue) = 3+93+32=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #035D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D20 is #FCA2DF. Grayscale: #3B3B3B. Windows color (decimal): -16556768 or 2120963. OLE color: 2120963.

HSL color Cylindrical-coordinate representation of color #035D20: hue angle of 139.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D20 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 93 32 -
CMYK 0.97 0 0.66 0.64
HSL 139.33º 0.94% 0.19% -
HSV(B) 139.33º 0.97% 0.36% -
XYZ 4.21 7.95 2.68 -
YUV 59.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 3 93 32 0.97 0 0.66 0.64 139.33 0.94 0.19
Hex 3 5D 20 61 0 42 40 8B 5E 13
Octal 3 135 40 141 0 102 100 213 136 23
Binary 11 1011101 100000 1100001 0 1000010 1000000 10001011 1011110 10011

Color Harmonies of #035D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D20

Black with #035D20

Text Example


Text Example

White with #035D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035D20; }

 p { color: rgb(3,93,32); }

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

background-color css

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

 a { background-color: rgb(3,93,32); }

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

border-color css

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

 span { border-color: rgb(3,93,32); }

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