#035C1A

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

Shades of Crusoe #035C1A

Tints of Crusoe #035C1A

Color information

#035C1A (or 0x035C1A) is unknown color: approx Crusoe. HEX triplet: 03, 5C and 1A. RGB value is (3,92,26). Sum of RGB (Red+Green+Blue) = 3+92+26=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 92 (36.33% from 255 or 76.03% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 92 - color contains mainly: green. Hex color #035C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C1A is #FCA3E5. Grayscale: #3A3A3A. Windows color (decimal): -16557030 or 1727491. OLE color: 1727491.

HSL color Cylindrical-coordinate representation of color #035C1A: hue angle of 135.51º 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 #035C1A is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB39226-
CMYK0.9700.720.64
HSL135.51º93.68%18.63%-
HSV(B)135.51º96.74%36.08%-
XYZ4.057.752.26-
YUV57.86110.0188.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 92 (36.33% from 255) = 76.03%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=2.48%
G=76.03%
B=21.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal392260.9700.720.64135.5193.6818.63
Hex35C1A6104840885e13
Octal313432141011010021013623
Binary11101110011010110000101001000100000010001000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,92,26); }

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

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

 a { background-color: rgb(3,92,26); }

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

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

 span { border-color: rgb(3,92,26); }

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