Html Css Color HEX #047227 Crusoe

📋 copy color: '#047227'

red 4 ◦ green 114 ◦ blue 39

#047227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #047227

Tints of Crusoe #047227

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.63% from 255) = 24.84%

R = 2.55%
G = 72.61%
B = 24.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#047227 (or 0x047227) is known color: 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

RGB 4 114 39 -
CMYK 0.96 0 0.66 0.55
HSL 139.09º 0.93% 0.23% -
HSV(B) 139.09º 0.96% 0.45% -
XYZ 6.43 12.21 3.94 -
YUV 72.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 4 114 39 0.96 0 0.66 0.55 139.09 0.93 0.23
Hex 4 72 27 60 0 42 37 8B 5D 17
Octal 4 162 47 140 0 102 67 213 135 27
Binary 100 1110010 100111 1100000 0 1000010 110111 10001011 1011101 10111

Color Harmonies of #047227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047227

Black with #047227

Text Example


Text Example

White with #047227

Text Example


Text Example

HTML Codes & Css Web 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>