Html Css Color HEX #035916 Crusoe

📋 copy color: '#035916'

red 3 ◦ green 89 ◦ blue 22

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

Shades of Crusoe #035916

Tints of Crusoe #035916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 78.07%

 BLUE value IS 22 (8.98% from 255) = 19.3%

R = 2.63%
G = 78.07%
B = 19.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#035916 (or 0x035916) is known color: Crusoe. HEX triplet: 03, 59 and 16. RGB value is (3,89,22). Sum of RGB (Red+Green+Blue) = 3+89+22=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #035916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035916 is #FCA6E9. Grayscale: #373737. Windows color (decimal): -16557802 or 1464579. OLE color: 1464579.

HSL color Cylindrical-coordinate representation of color #035916: hue angle of 133.26º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035916 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 89 22 -
CMYK 0.97 0 0.75 0.65
HSL 133.26º 0.93% 0.18% -
HSV(B) 133.26º 0.97% 0.35% -
XYZ 3.75 7.22 1.96 -
YUV 55.65 109.01 90.45 -
System Red Green Blue C M Y K H S L
Decimal 3 89 22 0.97 0 0.75 0.65 133.26 0.93 0.18
Hex 3 59 16 61 0 4B 41 85 5D 12
Octal 3 131 26 141 0 113 101 205 135 22
Binary 11 1011001 10110 1100001 0 1001011 1000001 10000101 1011101 10010

Color Harmonies of #035916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035916

Black with #035916

Text Example


Text Example

White with #035916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035916; }

 p { color: rgb(3,89,22); }

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

background-color css

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

 a { background-color: rgb(3,89,22); }

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

border-color css

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

 span { border-color: rgb(3,89,22); }

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