#035F1B

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

Shades of Crusoe #035F1B

Tints of Crusoe #035F1B

Color information

#035F1B (or 0x035F1B) is unknown color: approx Crusoe. HEX triplet: 03, 5F and 1B. RGB value is (3,95,27). Sum of RGB (Red+Green+Blue) = 3+95+27=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 95 (37.5% from 255 or 76% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 95 - color contains mainly: green. Hex color #035F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F1B is #FCA0E4. Grayscale: #3B3B3B. Windows color (decimal): -16556261 or 1793795. OLE color: 1793795.

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

Color convert

RGB39527-
CMYK0.9700.720.63
HSL135.65º93.88%19.22%-
HSV(B)135.65º96.84%37.25%-
XYZ4.338.282.41-
YUV59.74109.5287.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 95 (37.5% from 255) = 76%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=2.4%
G=76%
B=21.6%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal395270.9700.720.63135.6593.8819.22
Hex35F1B610483F885e13
Octal31373314101107721013623
Binary1110111111101111000010100100011111110001000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,95,27); }

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

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

 a { background-color: rgb(3,95,27); }

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

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

 span { border-color: rgb(3,95,27); }

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