#035A1A

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

Shades of Crusoe #035A1A

Tints of Crusoe #035A1A

Color information

#035A1A (or 0x035A1A) is unknown color: approx Crusoe. HEX triplet: 03, 5A and 1A. RGB value is (3,90,26). Sum of RGB (Red+Green+Blue) = 3+90+26=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 90 (35.55% from 255 or 75.63% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 90 - color contains mainly: green. Hex color #035A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A1A is #FCA5E5. Grayscale: #383838. Windows color (decimal): -16557542 or 1726979. OLE color: 1726979.

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

Color convert

RGB39026-
CMYK0.9700.710.65
HSL135.86º93.55%18.24%-
HSV(B)135.86º96.67%35.29%-
XYZ3.887.412.2-
YUV56.69110.6889.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 90 (35.55% from 255) = 75.63%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=2.52%
G=75.63%
B=21.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390260.9700.710.65135.8693.5518.24
Hex35A1A6104741885e12
Octal313232141010710121013622
Binary11101101011010110000101000111100000110001000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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