Html Css Color HEX #035912 Crusoe

📋 copy color: '#035912'

red 3 ◦ green 89 ◦ blue 18

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

Shades of Crusoe #035912

Tints of Crusoe #035912

RGB

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

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

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

R = 2.73%
G = 80.91%
B = 16.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#035912 (or 0x035912) is known color: Crusoe. HEX triplet: 03, 59 and 12. RGB value is (3,89,18). Sum of RGB (Red+Green+Blue) = 3+89+18=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 89 (35.16% from 255 or 80.91% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 89 - color contains mainly: green. Hex color #035912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035912 is #FCA6ED. Grayscale: #373737. Windows color (decimal): -16557806 or 1202435. OLE color: 1202435.

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

Color convert

RGB 3 89 18 -
CMYK 0.97 0 0.80 0.65
HSL 130.47º 0.93% 0.18% -
HSV(B) 130.47º 0.97% 0.35% -
XYZ 3.72 7.21 1.77 -
YUV 55.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 3 89 18 0.97 0 0.80 0.65 130.47 0.93 0.18
Hex 3 59 12 61 0 50 41 82 5D 12
Octal 3 131 22 141 0 120 101 202 135 22
Binary 11 1011001 10010 1100001 0 1010000 1000001 10000010 1011101 10010

Color Harmonies of #035912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035912

Black with #035912

Text Example


Text Example

White with #035912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035912; }

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

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

background-color css

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

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

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

border-color css

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

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

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