Html Css Color HEX #475F34 Dell

📋 copy color: '#475F34'

red 71 ◦ green 95 ◦ blue 52

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

Shades of Dell #475F34

Tints of Dell #475F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.58%

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

R = 32.57%
G = 43.58%
B = 23.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#475F34 (or 0x475F34) is known color: Dell. HEX triplet: 47, 5F and 34. RGB value is (71,95,52). Sum of RGB (Red+Green+Blue) = 71+95+52=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #475F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F34 is #B8A0CB. Grayscale: #535353. Windows color (decimal): -12099788 or 3432263. OLE color: 3432263.

HSL color Cylindrical-coordinate representation of color #475F34: hue angle of 93.49º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475F34 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 95 52 -
CMYK 0.25 0 0.45 0.63
HSL 93.49º 0.29% 0.29% -
HSV(B) 93.49º 0.45% 0.37% -
XYZ 7.31 9.77 4.75 -
YUV 82.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 71 95 52 0.25 0 0.45 0.63 93.49 0.29 0.29
Hex 47 5F 34 19 0 2D 3F 5D 1D 1D
Octal 107 137 64 31 0 55 77 135 35 35
Binary 1000111 1011111 110100 11001 0 101101 111111 1011101 11101 11101

Color Harmonies of #475F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F34

Black with #475F34

Text Example


Text Example

White with #475F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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