#036318

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

Shades of Crusoe #036318

Tints of Crusoe #036318

Color information

#036318 (or 0x036318) is unknown color: approx Crusoe. HEX triplet: 03, 63 and 18. RGB value is (3,99,24). Sum of RGB (Red+Green+Blue) = 3+99+24=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #036318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036318 is #FC9CE7. Grayscale: #3D3D3D. Windows color (decimal): -16555240 or 1598211. OLE color: 1598211.

HSL color Cylindrical-coordinate representation of color #036318: hue angle of 133.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036318 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB39924-
CMYK0.9700.760.61
HSL133.12º94.12%20%-
HSV(B)133.12º96.97%38.82%-
XYZ4.669.012.36-
YUV61.75106.786.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 99 (39.06% from 255) = 78.57%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=2.38%
G=78.57%
B=19.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399240.9700.760.61133.1294.1220
Hex363186104C3D855e14
Octal31433014101147520513624
Binary1111000111100011000010100110011110110000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036318; }

 p { color: rgb(3,99,24); }

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

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

 a { background-color: rgb(3,99,24); }

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

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

 span { border-color: rgb(3,99,24); }

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