Html Css Color HEX #047529 Crusoe

📋 copy color: '#047529'

red 4 ◦ green 117 ◦ blue 41

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

Shades of Crusoe #047529

Tints of Crusoe #047529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 2.47%
G = 72.22%
B = 25.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#047529 (or 0x047529) is known color: Crusoe. HEX triplet: 04, 75 and 29. RGB value is (4,117,41). Sum of RGB (Red+Green+Blue) = 4+117+41=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #047529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047529 is #FB8AD6. Grayscale: #4A4A4A. Windows color (decimal): -16485079 or 2716932. OLE color: 2716932.

HSL color Cylindrical-coordinate representation of color #047529: hue angle of 139.65º 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 #047529 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 41 -
CMYK 0.97 0 0.65 0.54
HSL 139.65º 0.93% 0.24% -
HSV(B) 139.65º 0.97% 0.46% -
XYZ 6.81 12.91 4.23 -
YUV 74.55 109.06 77.68 -
System Red Green Blue C M Y K H S L
Decimal 4 117 41 0.97 0 0.65 0.54 139.65 0.93 0.24
Hex 4 75 29 61 0 41 36 8C 5D 18
Octal 4 165 51 141 0 101 66 214 135 30
Binary 100 1110101 101001 1100001 0 1000001 110110 10001100 1011101 11000

Color Harmonies of #047529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047529

Black with #047529

Text Example


Text Example

White with #047529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047529; }

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

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

background-color css

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

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

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

border-color css

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

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

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