Html Css Color HEX #477232 Dell

📋 copy color: '#477232'

red 71 ◦ green 114 ◦ blue 50

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

Shades of Dell #477232

Tints of Dell #477232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 30.21%
G = 48.51%
B = 21.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#477232 (or 0x477232) is known color: Dell. HEX triplet: 47, 72 and 32. RGB value is (71,114,50). Sum of RGB (Red+Green+Blue) = 71+114+50=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #477232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477232 is #B88DCD. Grayscale: #5E5E5E. Windows color (decimal): -12094926 or 3306055. OLE color: 3306055.

HSL color Cylindrical-coordinate representation of color #477232: hue angle of 100.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #477232 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 50 -
CMYK 0.38 0 0.56 0.55
HSL 100.31º 0.39% 0.32% -
HSV(B) 100.31º 0.56% 0.45% -
XYZ 9.19 13.6 5.16 -
YUV 93.85 103.25 111.7 -
System Red Green Blue C M Y K H S L
Decimal 71 114 50 0.38 0 0.56 0.55 100.31 0.39 0.32
Hex 47 72 32 26 0 38 37 64 27 20
Octal 107 162 62 46 0 70 67 144 47 40
Binary 1000111 1110010 110010 100110 0 111000 110111 1100100 100111 100000

Color Harmonies of #477232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477232

Black with #477232

Text Example


Text Example

White with #477232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477232; }

 p { color: rgb(71,114,50); }

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

background-color css

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

 a { background-color: rgb(71,114,50); }

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

border-color css

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

 span { border-color: rgb(71,114,50); }

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