#047425

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

Shades of Crusoe #047425

Tints of Crusoe #047425

Color information

#047425 (or 0x047425) is unknown color: approx Crusoe. HEX triplet: 04, 74 and 25. RGB value is (4,116,37). Sum of RGB (Red+Green+Blue) = 4+116+37=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #047425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047425 is #FB8BDA. Grayscale: #494949. Windows color (decimal): -16485339 or 2454532. OLE color: 2454532.

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

Color convert

RGB411637-
CMYK0.9700.680.55
HSL137.68º93.33%23.53%-
HSV(B)137.68º96.55%45.49%-
XYZ6.6312.653.84-
YUV73.51107.3978.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 116 (45.70% from 255) = 73.89%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=2.55%
G=73.89%
B=23.57%

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
Decimal4116370.9700.680.55137.6893.3323.53
Hex4742561044378a5d18
Octal41644514101046721213530
Binary100111010010010111000010100010011011110001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047425; }

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

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

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

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

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

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

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

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