#035B31

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

Shades of Crusoe #035B31

Tints of Crusoe #035B31

Color information

#035B31 (or 0x035B31) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 31. RGB value is (3,91,49). Sum of RGB (Red+Green+Blue) = 3+91+49=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #035B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B31 is #FCA4CE. Grayscale: #3B3B3B. Windows color (decimal): -16557263 or 3234563. OLE color: 3234563.

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

Color convert

RGB39149-
CMYK0.9700.460.64
HSL151.36º93.62%18.43%-
HSV(B)151.36º96.7%35.69%-
XYZ4.337.724.17-
YUV59.9121.8587.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.10%
GREEN value IS 91 (35.94% from 255) = 63.64%
BLUE value IS 49 (19.53% from 255) = 34.27%
R=2.10%
G=63.64%
B=34.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391490.9700.460.64151.3693.6218.43
Hex35B316102E40975e12
Octal31336114105610022713622
Binary11101101111000111000010101110100000010010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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