#037425

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

Shades of Crusoe #037425

Tints of Crusoe #037425

Color information

#037425 (or 0x037425) is unknown color: approx Crusoe. HEX triplet: 03, 74 and 25. RGB value is (3,116,37). Sum of RGB (Red+Green+Blue) = 3+116+37=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #037425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037425 is #FC8BDA. Grayscale: #494949. Windows color (decimal): -16550875 or 2454531. OLE color: 2454531.

HSL color Cylindrical-coordinate representation of color #037425: hue angle of 138.05º 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 #037425 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB311637-
CMYK0.9700.680.55
HSL138.05º94.96%23.33%-
HSV(B)138.05º97.41%45.49%-
XYZ6.6212.643.84-
YUV73.21107.5677.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 116 (45.70% from 255) = 74.36%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=1.92%
G=74.36%
B=23.72%

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
Decimal3116370.9700.680.55138.0594.9623.33
Hex3742561044378a5f17
Octal31644514101046721213727
Binary11111010010010111000010100010011011110001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037425; }

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

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

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

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

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

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

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

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