#035B13

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

Shades of Crusoe #035B13

Tints of Crusoe #035B13

Color information

#035B13 (or 0x035B13) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 13. RGB value is (3,91,19). Sum of RGB (Red+Green+Blue) = 3+91+19=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #035B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035B13 is #FCA4EC. Grayscale: #383838. Windows color (decimal): -16557293 or 1268483. OLE color: 1268483.

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

Color convert

RGB39119-
CMYK0.9700.790.64
HSL130.91º93.62%18.43%-
HSV(B)130.91º96.7%35.69%-
XYZ3.97.551.87-
YUV56.48106.8589.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 91 (35.94% from 255) = 80.53%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=2.65%
G=80.53%
B=16.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391190.9700.790.64130.9193.6218.43
Hex35B136104F40835e12
Octal313323141011710020313622
Binary11101101110011110000101001111100000010000011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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