Html Css Color HEX #047127 Crusoe

📋 copy color: '#047127'

red 4 ◦ green 113 ◦ blue 39

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

Shades of Crusoe #047127

Tints of Crusoe #047127

RGB

 RED value IS 4 (1.95% from 255) = 2.56%

 GREEN value IS 113 (44.53% from 255) = 72.44%

 BLUE value IS 39 (15.63% from 255) = 25%

R = 2.56%
G = 72.44%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#047127 (or 0x047127) is known color: Crusoe. HEX triplet: 04, 71 and 27. RGB value is (4,113,39). Sum of RGB (Red+Green+Blue) = 4+113+39=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #047127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047127 is #FB8ED8. Grayscale: #484848. Windows color (decimal): -16486105 or 2584836. OLE color: 2584836.

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

Color convert

RGB 4 113 39 -
CMYK 0.96 0 0.65 0.56
HSL 139.27º 0.93% 0.23% -
HSV(B) 139.27º 0.96% 0.44% -
XYZ 6.32 11.98 3.9 -
YUV 71.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 4 113 39 0.96 0 0.65 0.56 139.27 0.93 0.23
Hex 4 71 27 60 0 41 38 8B 5D 17
Octal 4 161 47 140 0 101 70 213 135 27
Binary 100 1110001 100111 1100000 0 1000001 111000 10001011 1011101 10111

Color Harmonies of #047127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047127

Black with #047127

Text Example


Text Example

White with #047127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047127; }

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

 H1.HeaderClassName
 {
   color: #047127;
 }
 .AnyTagClassName
 {
   color: #047127;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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