#036125

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

Shades of Crusoe #036125

Tints of Crusoe #036125

Color information

#036125 (or 0x036125) is unknown color: approx Crusoe. HEX triplet: 03, 61 and 25. RGB value is (3,97,37). Sum of RGB (Red+Green+Blue) = 3+97+37=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 97 (38.28% from 255 or 70.80% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 97 - color contains mainly: green. Hex color #036125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036125 is #FC9EDA. Grayscale: #3E3E3E. Windows color (decimal): -16555739 or 2449667. OLE color: 2449667.

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

Color convert

RGB39737-
CMYK0.9700.620.62
HSL141.7º94%19.61%-
HSV(B)141.7º96.91%38.04%-
XYZ4.658.73.19-
YUV62.05113.8685.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 97 (38.28% from 255) = 70.80%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=2.19%
G=70.80%
B=27.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal397370.9700.620.62141.79419.61
Hex361256103E3E8e5e14
Octal3141451410767621613624
Binary1111000011001011100001011111011111010001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036125; }

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

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

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

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

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

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

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

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