#036025

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

Shades of Crusoe #036025

Tints of Crusoe #036025

Color information

#036025 (or 0x036025) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 25. RGB value is (3,96,37). Sum of RGB (Red+Green+Blue) = 3+96+37=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #036025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036025 is #FC9FDA. Grayscale: #3D3D3D. Windows color (decimal): -16555995 or 2449411. OLE color: 2449411.

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

Color convert

RGB39637-
CMYK0.9700.610.62
HSL141.94º93.94%19.41%-
HSV(B)141.94º96.88%37.65%-
XYZ4.558.523.15-
YUV61.47114.1986.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 96 (37.89% from 255) = 70.59%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=2.21%
G=70.59%
B=27.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396370.9700.610.62141.9493.9419.41
Hex360256103D3E8e5e13
Octal3140451410757621613623
Binary1111000001001011100001011110111111010001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036025; }

 p { color: rgb(3,96,37); }

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

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

 a { background-color: rgb(3,96,37); }

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

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

 span { border-color: rgb(3,96,37); }

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