Html Css Color HEX #035512 Crusoe

📋 copy color: '#035512'

red 3 ◦ green 85 ◦ blue 18

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

Shades of Crusoe #035512

Tints of Crusoe #035512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 80.19%

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

R = 2.83%
G = 80.19%
B = 16.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#035512 (or 0x035512) is known color: Crusoe. HEX triplet: 03, 55 and 12. RGB value is (3,85,18). Sum of RGB (Red+Green+Blue) = 3+85+18=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #035512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035512 is #FCAAED. Grayscale: #353535. Windows color (decimal): -16558830 or 1201411. OLE color: 1201411.

HSL color Cylindrical-coordinate representation of color #035512: hue angle of 130.98º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035512 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 85 18 -
CMYK 0.96 0 0.79 0.67
HSL 130.98º 0.93% 0.17% -
HSV(B) 130.98º 0.96% 0.33% -
XYZ 3.4 6.56 1.66 -
YUV 52.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 3 85 18 0.96 0 0.79 0.67 130.98 0.93 0.17
Hex 3 55 12 60 0 4F 43 83 5D 11
Octal 3 125 22 140 0 117 103 203 135 21
Binary 11 1010101 10010 1100000 0 1001111 1000011 10000011 1011101 10001

Color Harmonies of #035512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035512

Black with #035512

Text Example


Text Example

White with #035512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035512; }

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

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

background-color css

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

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

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

border-color css

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

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

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