Html Css Color HEX #035412 Crusoe

📋 copy color: '#035412'

red 3 ◦ green 84 ◦ blue 18

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

Shades of Crusoe #035412

Tints of Crusoe #035412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 80%

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

R = 2.86%
G = 80%
B = 17.14%

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

#035412 (or 0x035412) is known color: Crusoe. HEX triplet: 03, 54 and 12. RGB value is (3,84,18). Sum of RGB (Red+Green+Blue) = 3+84+18=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 84 (33.20% from 255 or 80% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 84 - color contains mainly: green. Hex color #035412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035412 is #FCABED. Grayscale: #343434. Windows color (decimal): -16559086 or 1201155. OLE color: 1201155.

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

Color convert

RGB 3 84 18 -
CMYK 0.96 0 0.79 0.67
HSL 131.11º 0.93% 0.17% -
HSV(B) 131.11º 0.96% 0.33% -
XYZ 3.32 6.4 1.63 -
YUV 52.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 3 84 18 0.96 0 0.79 0.67 131.11 0.93 0.17
Hex 3 54 12 60 0 4F 43 83 5D 11
Octal 3 124 22 140 0 117 103 203 135 21
Binary 11 1010100 10010 1100000 0 1001111 1000011 10000011 1011101 10001

Color Harmonies of #035412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035412

Black with #035412

Text Example


Text Example

White with #035412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035412; }

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

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

background-color css

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

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

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

border-color css

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

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

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