Html Css Color HEX #475E2F Dell

📋 copy color: '#475E2F'

red 71 ◦ green 94 ◦ blue 47

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

Shades of Dell #475E2F

Tints of Dell #475E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.34%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 33.49%
G = 44.34%
B = 22.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#475E2F (or 0x475E2F) is known color: Dell. HEX triplet: 47, 5E and 2F. RGB value is (71,94,47). Sum of RGB (Red+Green+Blue) = 71+94+47=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #475E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E2F is #B8A1D0. Grayscale: #515151. Windows color (decimal): -12100049 or 3104327. OLE color: 3104327.

HSL color Cylindrical-coordinate representation of color #475E2F: hue angle of 89.36º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #475E2F is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 94 47 -
CMYK 0.24 0 0.5 0.63
HSL 89.36º 0.33% 0.28% -
HSV(B) 89.36º 0.5% 0.37% -
XYZ 7.11 9.55 4.16 -
YUV 81.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 71 94 47 0.24 0 0.5 0.63 89.36 0.33 0.28
Hex 47 5E 2F 18 0 32 3F 59 21 1C
Octal 107 136 57 30 0 62 77 131 41 34
Binary 1000111 1011110 101111 11000 0 110010 111111 1011001 100001 11100

Color Harmonies of #475E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E2F

Black with #475E2F

Text Example


Text Example

White with #475E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,94,47); }

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

background-color css

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

 a { background-color: rgb(71,94,47); }

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

border-color css

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

 span { border-color: rgb(71,94,47); }

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