#037725

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

Shades of Crusoe #037725

Tints of Crusoe #037725

Color information

#037725 (or 0x037725) is unknown color: approx Crusoe. HEX triplet: 03, 77 and 25. RGB value is (3,119,37). Sum of RGB (Red+Green+Blue) = 3+119+37=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #037725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037725 is #FC88DA. Grayscale: #4B4B4B. Windows color (decimal): -16550107 or 2455299. OLE color: 2455299.

HSL color Cylindrical-coordinate representation of color #037725: hue angle of 137.59º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037725 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB311937-
CMYK0.9700.690.53
HSL137.59º95.08%23.92%-
HSV(B)137.59º97.48%46.67%-
XYZ6.9713.353.96-
YUV74.97106.5776.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 119 (46.88% from 255) = 74.84%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=1.89%
G=74.84%
B=23.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3119370.9700.690.53137.5995.0823.92
Hex3772561045358a5f18
Octal31674514101056521213730
Binary11111011110010111000010100010111010110001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037725; }

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

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

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

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

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

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

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

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