#035915

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

Shades of Crusoe #035915

Tints of Crusoe #035915

Color information

#035915 (or 0x035915) is unknown color: approx Crusoe. HEX triplet: 03, 59 and 15. RGB value is (3,89,21). Sum of RGB (Red+Green+Blue) = 3+89+21=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #035915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035915 is #FCA6EA. Grayscale: #373737. Windows color (decimal): -16557803 or 1399043. OLE color: 1399043.

HSL color Cylindrical-coordinate representation of color #035915: hue angle of 132.56º degrees, saturation: 0.93, 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 #035915 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB38921-
CMYK0.9700.760.65
HSL132.56º93.48%18.04%-
HSV(B)132.56º96.63%34.9%-
XYZ3.757.221.91-
YUV55.53108.5190.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 89 (35.16% from 255) = 78.76%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=2.65%
G=78.76%
B=18.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389210.9700.760.65132.5693.4818.04
Hex359156104C41855d12
Octal313125141011410120513522
Binary11101100110101110000101001100100000110000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035915; }

 p { color: rgb(3,89,21); }

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

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

 a { background-color: rgb(3,89,21); }

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

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

 span { border-color: rgb(3,89,21); }

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