Html Css Color HEX #047526 Crusoe

📋 copy color: '#047526'

red 4 ◦ green 117 ◦ blue 38

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

Shades of Crusoe #047526

Tints of Crusoe #047526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 73.58%

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

R = 2.52%
G = 73.58%
B = 23.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#047526 (or 0x047526) is known color: Crusoe. HEX triplet: 04, 75 and 26. RGB value is (4,117,38). Sum of RGB (Red+Green+Blue) = 4+117+38=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #047526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047526 is #FB8AD9. Grayscale: #4A4A4A. Windows color (decimal): -16485082 or 2520324. OLE color: 2520324.

HSL color Cylindrical-coordinate representation of color #047526: hue angle of 138.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047526 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 38 -
CMYK 0.97 0 0.68 0.54
HSL 138.05º 0.93% 0.24% -
HSV(B) 138.05º 0.97% 0.46% -
XYZ 6.76 12.89 3.97 -
YUV 74.21 107.56 77.92 -
System Red Green Blue C M Y K H S L
Decimal 4 117 38 0.97 0 0.68 0.54 138.05 0.93 0.24
Hex 4 75 26 61 0 44 36 8A 5D 18
Octal 4 165 46 141 0 104 66 212 135 30
Binary 100 1110101 100110 1100001 0 1000100 110110 10001010 1011101 11000

Color Harmonies of #047526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047526

Black with #047526

Text Example


Text Example

White with #047526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047526; }

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

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

background-color css

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

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

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

border-color css

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

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

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