Html Css Color HEX #035614 Crusoe

📋 copy color: '#035614'

red 3 ◦ green 86 ◦ blue 20

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

Shades of Crusoe #035614

Tints of Crusoe #035614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 78.9%

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 2.75%
G = 78.9%
B = 18.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#035614 (or 0x035614) is known color: Crusoe. HEX triplet: 03, 56 and 14. RGB value is (3,86,20). Sum of RGB (Red+Green+Blue) = 3+86+20=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 86 (33.98% from 255 or 78.90% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 86 - color contains mainly: green. Hex color #035614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035614 is #FCA9EB. Grayscale: #353535. Windows color (decimal): -16558572 or 1332739. OLE color: 1332739.

HSL color Cylindrical-coordinate representation of color #035614: hue angle of 132.29º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035614 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 20 -
CMYK 0.97 0 0.77 0.66
HSL 132.29º 0.93% 0.17% -
HSV(B) 132.29º 0.97% 0.34% -
XYZ 3.49 6.73 1.78 -
YUV 53.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 3 86 20 0.97 0 0.77 0.66 132.29 0.93 0.17
Hex 3 56 14 61 0 4D 42 84 5D 11
Octal 3 126 24 141 0 115 102 204 135 21
Binary 11 1010110 10100 1100001 0 1001101 1000010 10000100 1011101 10001

Color Harmonies of #035614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035614

Black with #035614

Text Example


Text Example

White with #035614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035614; }

 p { color: rgb(3,86,20); }

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

background-color css

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

 a { background-color: rgb(3,86,20); }

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

border-color css

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

 span { border-color: rgb(3,86,20); }

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