#035B1B

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

Shades of Crusoe #035B1B

Tints of Crusoe #035B1B

Color information

#035B1B (or 0x035B1B) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 1B. RGB value is (3,91,27). Sum of RGB (Red+Green+Blue) = 3+91+27=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #035B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B1B is #FCA4E4. Grayscale: #393939. Windows color (decimal): -16557285 or 1792771. OLE color: 1792771.

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

Color convert

RGB39127-
CMYK0.9700.700.64
HSL136.36º93.62%18.43%-
HSV(B)136.36º96.7%35.69%-
XYZ3.987.582.29-
YUV57.39110.8589.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 91 (35.94% from 255) = 75.21%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=2.48%
G=75.21%
B=22.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391270.9700.700.64136.3693.6218.43
Hex35B1B6104640885e12
Octal313333141010610021013622
Binary11101101111011110000101000110100000010001000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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