#035D14

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

Shades of Crusoe #035D14

Tints of Crusoe #035D14

Color information

#035D14 (or 0x035D14) is unknown color: approx Crusoe. HEX triplet: 03, 5D and 14. RGB value is (3,93,20). Sum of RGB (Red+Green+Blue) = 3+93+20=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 93 (36.72% from 255 or 80.17% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 93 - color contains mainly: green. Hex color #035D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D14 is #FCA2EB. Grayscale: #393939. Windows color (decimal): -16556780 or 1334531. OLE color: 1334531.

HSL color Cylindrical-coordinate representation of color #035D14: hue angle of 131.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D14 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB39320-
CMYK0.9700.780.64
HSL131.33º93.75%18.82%-
HSV(B)131.33º96.77%36.47%-
XYZ4.087.91.97-
YUV57.77106.6888.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 93 (36.72% from 255) = 80.17%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=2.59%
G=80.17%
B=17.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393200.9700.780.64131.3393.7518.82
Hex35D146104E40835e13
Octal313524141011610020313623
Binary11101110110100110000101001110100000010000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,93,20); }

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

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

 a { background-color: rgb(3,93,20); }

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

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

 span { border-color: rgb(3,93,20); }

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