Html Css Color HEX #047126 Crusoe

📋 copy color: '#047126'

red 4 ◦ green 113 ◦ blue 38

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

Shades of Crusoe #047126

Tints of Crusoe #047126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 2.58%
G = 72.9%
B = 24.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#047126 (or 0x047126) is known color: Crusoe. HEX triplet: 04, 71 and 26. RGB value is (4,113,38). Sum of RGB (Red+Green+Blue) = 4+113+38=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #047126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047126 is #FB8ED9. Grayscale: #484848. Windows color (decimal): -16486106 or 2519300. OLE color: 2519300.

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

Color convert

RGB 4 113 38 -
CMYK 0.96 0 0.66 0.56
HSL 138.72º 0.93% 0.23% -
HSV(B) 138.72º 0.96% 0.44% -
XYZ 6.31 11.98 3.81 -
YUV 71.86 108.89 79.6 -
System Red Green Blue C M Y K H S L
Decimal 4 113 38 0.96 0 0.66 0.56 138.72 0.93 0.23
Hex 4 71 26 60 0 42 38 8B 5D 17
Octal 4 161 46 140 0 102 70 213 135 27
Binary 100 1110001 100110 1100000 0 1000010 111000 10001011 1011101 10111

Color Harmonies of #047126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047126

Black with #047126

Text Example


Text Example

White with #047126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047126; }

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

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

background-color css

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

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

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

border-color css

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

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

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