#035A1C

Color #035A1C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #035A1C

Tints of Crusoe #035A1C

Color information

#035A1C (or 0x035A1C) is unknown color: approx Crusoe. HEX triplet: 03, 5A and 1C. RGB value is (3,90,28). Sum of RGB (Red+Green+Blue) = 3+90+28=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #035A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A1C is #FCA5E3. Grayscale: #393939. Windows color (decimal): -16557540 or 1858051. OLE color: 1858051.

HSL color Cylindrical-coordinate representation of color #035A1C: hue angle of 137.24º degrees, saturation: 0.94, 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 #035A1C is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB39028-
CMYK0.9700.690.65
HSL137.24º93.55%18.24%-
HSV(B)137.24º96.67%35.29%-
XYZ3.97.422.32-
YUV56.92111.6889.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 90 (35.55% from 255) = 74.38%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=2.48%
G=74.38%
B=23.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390280.9700.690.65137.2493.5518.24
Hex35A1C6104541895e12
Octal313234141010510121113622
Binary11101101011100110000101000101100000110001001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035A1C; }

 p { color: rgb(3,90,28); }

 H1.HeaderClassName
 {
   color: #035A1C;
 }
 .AnyTagClassName
 {
   color: #035A1C;
 }
</style>
background-color css

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

 a { background-color: rgb(3,90,28); }

 div.DivClassName
 {
   background-color: #035A1C;
 }
 .BgClassName
 {
   background-color: #035A1C;
 }
</style>
border-color css

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

 span { border-color: rgb(3,90,28); }

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