#047227

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

Shades of Crusoe #047227

Tints of Crusoe #047227

Color information

#047227 (or 0x047227) is unknown color: approx Crusoe. HEX triplet: 04, 72 and 27. RGB value is (4,114,39). Sum of RGB (Red+Green+Blue) = 4+114+39=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #047227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047227 is #FB8DD8. Grayscale: #484848. Windows color (decimal): -16485849 or 2585092. OLE color: 2585092.

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

Color convert

RGB411439-
CMYK0.9600.660.55
HSL139.09º93.22%23.14%-
HSV(B)139.09º96.49%44.71%-
XYZ6.4312.213.94-
YUV72.56109.0679.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 114 (44.92% from 255) = 72.61%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=2.55%
G=72.61%
B=24.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114390.9600.660.55139.0993.2223.14
Hex4722760042378b5d17
Octal41624714001026721313527
Binary100111001010011111000000100001011011110001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047227; }

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

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

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

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

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

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

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

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