#037225

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

Shades of Crusoe #037225

Tints of Crusoe #037225

Color information

#037225 (or 0x037225) is unknown color: approx Crusoe. HEX triplet: 03, 72 and 25. RGB value is (3,114,37). Sum of RGB (Red+Green+Blue) = 3+114+37=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #037225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037225 is #FC8DDA. Grayscale: #484848. Windows color (decimal): -16551387 or 2454019. OLE color: 2454019.

HSL color Cylindrical-coordinate representation of color #037225: hue angle of 138.38º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037225 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB311437-
CMYK0.9700.680.55
HSL138.38º94.87%22.94%-
HSV(B)138.38º97.37%44.71%-
XYZ6.3912.193.77-
YUV72.03108.2378.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 114 (44.92% from 255) = 74.03%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=1.95%
G=74.03%
B=24.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3114370.9700.680.55138.3894.8722.94
Hex3722561044378a5f17
Octal31624514101046721213727
Binary11111001010010111000010100010011011110001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037225; }

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

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

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

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

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

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

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

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