#037124

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

Shades of Crusoe #037124

Tints of Crusoe #037124

Color information

#037124 (or 0x037124) is unknown color: approx Crusoe. HEX triplet: 03, 71 and 24. RGB value is (3,113,36). Sum of RGB (Red+Green+Blue) = 3+113+36=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #037124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037124 is #FC8EDB. Grayscale: #474747. Windows color (decimal): -16551644 or 2388227. OLE color: 2388227.

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

Color convert

RGB311336-
CMYK0.9700.680.56
HSL138º94.83%22.75%-
HSV(B)138º97.35%44.31%-
XYZ6.2611.963.65-
YUV71.33108.0679.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 113 (44.53% from 255) = 74.34%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=1.97%
G=74.34%
B=23.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3113360.9700.680.5613894.8322.75
Hex3712461044388a5f17
Octal31614414101047021213727
Binary11111000110010011000010100010011100010001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037124; }

 p { color: rgb(3,113,36); }

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

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

 a { background-color: rgb(3,113,36); }

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

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

 span { border-color: rgb(3,113,36); }

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