Html Css Color HEX #477528 Dell

📋 copy color: '#477528'

red 71 ◦ green 117 ◦ blue 40

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

Shades of Dell #477528

Tints of Dell #477528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 31.14%
G = 51.32%
B = 17.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#477528 (or 0x477528) is known color: Dell. HEX triplet: 47, 75 and 28. RGB value is (71,117,40). Sum of RGB (Red+Green+Blue) = 71+117+40=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #477528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477528 is #B88AD7. Grayscale: #5E5E5E. Windows color (decimal): -12094168 or 2651463. OLE color: 2651463.

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

Color convert

RGB 71 117 40 -
CMYK 0.39 0 0.66 0.54
HSL 95.84º 0.49% 0.31% -
HSV(B) 95.84º 0.66% 0.46% -
XYZ 9.34 14.22 4.26 -
YUV 94.47 97.26 111.26 -
System Red Green Blue C M Y K H S L
Decimal 71 117 40 0.39 0 0.66 0.54 95.84 0.49 0.31
Hex 47 75 28 27 0 42 36 60 31 1F
Octal 107 165 50 47 0 102 66 140 61 37
Binary 1000111 1110101 101000 100111 0 1000010 110110 1100000 110001 11111

Color Harmonies of #477528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477528

Black with #477528

Text Example


Text Example

White with #477528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477528; }

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

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

background-color css

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

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

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

border-color css

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

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

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