Html Css Color HEX #477529 Dell

📋 copy color: '#477529'

red 71 ◦ green 117 ◦ blue 41

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

Shades of Dell #477529

Tints of Dell #477529

RGB

 RED value IS 71 (28.13% from 255) = 31%

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

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

R = 31%
G = 51.09%
B = 17.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#477529 (or 0x477529) is known color: Dell. HEX triplet: 47, 75 and 29. RGB value is (71,117,41). Sum of RGB (Red+Green+Blue) = 71+117+41=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #477529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477529 is #B88AD6. Grayscale: #5E5E5E. Windows color (decimal): -12094167 or 2716999. OLE color: 2716999.

HSL color Cylindrical-coordinate representation of color #477529: hue angle of 96.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477529 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 41 -
CMYK 0.39 0 0.65 0.54
HSL 96.32º 0.48% 0.31% -
HSV(B) 96.32º 0.65% 0.46% -
XYZ 9.36 14.22 4.35 -
YUV 94.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 71 117 41 0.39 0 0.65 0.54 96.32 0.48 0.31
Hex 47 75 29 27 0 41 36 60 30 1F
Octal 107 165 51 47 0 101 66 140 60 37
Binary 1000111 1110101 101001 100111 0 1000001 110110 1100000 110000 11111

Color Harmonies of #477529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477529

Black with #477529

Text Example


Text Example

White with #477529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477529; }

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

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

background-color css

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

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

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

border-color css

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

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

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