Html Css Color HEX #035612 Crusoe

📋 copy color: '#035612'

red 3 ◦ green 86 ◦ blue 18

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

Shades of Crusoe #035612

Tints of Crusoe #035612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.82%

R = 2.8%
G = 80.37%
B = 16.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#035612 (or 0x035612) is known color: Crusoe. HEX triplet: 03, 56 and 12. RGB value is (3,86,18). Sum of RGB (Red+Green+Blue) = 3+86+18=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #035612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035612 is #FCA9ED. Grayscale: #353535. Windows color (decimal): -16558574 or 1201667. OLE color: 1201667.

HSL color Cylindrical-coordinate representation of color #035612: hue angle of 130.84º 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 #035612 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 18 -
CMYK 0.97 0 0.79 0.66
HSL 130.84º 0.93% 0.17% -
HSV(B) 130.84º 0.97% 0.34% -
XYZ 3.47 6.72 1.69 -
YUV 53.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 3 86 18 0.97 0 0.79 0.66 130.84 0.93 0.17
Hex 3 56 12 61 0 4F 42 83 5D 11
Octal 3 126 22 141 0 117 102 203 135 21
Binary 11 1010110 10010 1100001 0 1001111 1000010 10000011 1011101 10001

Color Harmonies of #035612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035612

Black with #035612

Text Example


Text Example

White with #035612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035612; }

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

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

background-color css

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

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

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

border-color css

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

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

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