#047225

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

Shades of Crusoe #047225

Tints of Crusoe #047225

Color information

#047225 (or 0x047225) is unknown color: approx Crusoe. HEX triplet: 04, 72 and 25. RGB value is (4,114,37). Sum of RGB (Red+Green+Blue) = 4+114+37=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #047225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047225 is #FB8DDA. Grayscale: #484848. Windows color (decimal): -16485851 or 2454020. OLE color: 2454020.

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

Color convert

RGB411437-
CMYK0.9600.680.55
HSL138º93.22%23.14%-
HSV(B)138º96.49%44.71%-
XYZ6.412.193.77-
YUV72.33108.0679.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=2.58%
G=73.55%
B=23.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114370.9600.680.5513893.2223.14
Hex4722560044378a5d17
Octal41624514001046721213527
Binary100111001010010111000000100010011011110001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047225; }

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

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

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

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

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

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

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

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