Html Css Color HEX #476D34 Dell

📋 copy color: '#476D34'

red 71 ◦ green 109 ◦ blue 52

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

Shades of Dell #476D34

Tints of Dell #476D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.98%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 30.6%
G = 46.98%
B = 22.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#476D34 (or 0x476D34) is known color: Dell. HEX triplet: 47, 6D and 34. RGB value is (71,109,52). Sum of RGB (Red+Green+Blue) = 71+109+52=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #476D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D34 is #B892CB. Grayscale: #5B5B5B. Windows color (decimal): -12096204 or 3435847. OLE color: 3435847.

HSL color Cylindrical-coordinate representation of color #476D34: hue angle of 100º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476D34 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 52 -
CMYK 0.35 0 0.52 0.57
HSL 100º 0.35% 0.32% -
HSV(B) 100º 0.52% 0.43% -
XYZ 8.69 12.52 5.21 -
YUV 91.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 71 109 52 0.35 0 0.52 0.57 100 0.35 0.32
Hex 47 6D 34 23 0 34 39 64 23 20
Octal 107 155 64 43 0 64 71 144 43 40
Binary 1000111 1101101 110100 100011 0 110100 111001 1100100 100011 100000

Color Harmonies of #476D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D34

Black with #476D34

Text Example


Text Example

White with #476D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D34; }

 p { color: rgb(71,109,52); }

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

background-color css

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

 a { background-color: rgb(71,109,52); }

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

border-color css

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

 span { border-color: rgb(71,109,52); }

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