Html Css Color HEX #475F2C Dell

📋 copy color: '#475F2C'

red 71 ◦ green 95 ◦ blue 44

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

Shades of Dell #475F2C

Tints of Dell #475F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 33.81%
G = 45.24%
B = 20.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#475F2C (or 0x475F2C) is known color: Dell. HEX triplet: 47, 5F and 2C. RGB value is (71,95,44). Sum of RGB (Red+Green+Blue) = 71+95+44=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #475F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F2C is #B8A0D3. Grayscale: #525252. Windows color (decimal): -12099796 or 2907975. OLE color: 2907975.

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

Color convert

RGB 71 95 44 -
CMYK 0.25 0 0.54 0.63
HSL 88.24º 0.37% 0.27% -
HSV(B) 88.24º 0.54% 0.37% -
XYZ 7.15 9.71 3.88 -
YUV 82.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 71 95 44 0.25 0 0.54 0.63 88.24 0.37 0.27
Hex 47 5F 2C 19 0 36 3F 58 25 1B
Octal 107 137 54 31 0 66 77 130 45 33
Binary 1000111 1011111 101100 11001 0 110110 111111 1011000 100101 11011

Color Harmonies of #475F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F2C

Black with #475F2C

Text Example


Text Example

White with #475F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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