#036625

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

Shades of Crusoe #036625

Tints of Crusoe #036625

Color information

#036625 (or 0x036625) is unknown color: approx Crusoe. HEX triplet: 03, 66 and 25. RGB value is (3,102,37). Sum of RGB (Red+Green+Blue) = 3+102+37=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #036625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036625 is #FC99DA. Grayscale: #414141. Windows color (decimal): -16554459 or 2450947. OLE color: 2450947.

HSL color Cylindrical-coordinate representation of color #036625: hue angle of 140.61º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036625 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB310237-
CMYK0.9700.640.6
HSL140.61º94.29%20.59%-
HSV(B)140.61º97.06%40%-
XYZ5.129.663.34-
YUV64.99112.283.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 102 (40.23% from 255) = 71.83%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=2.11%
G=71.83%
B=26.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102370.9700.640.6140.6194.2920.59
Hex36625610403C8d5e15
Octal31464514101007421513625
Binary11110011010010111000010100000011110010001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036625; }

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

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

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

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

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

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

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

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