Html Css Color HEX #476830 Dell

📋 copy color: '#476830'

red 71 ◦ green 104 ◦ blue 48

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

Shades of Dell #476830

Tints of Dell #476830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.64%

 BLUE value IS 48 (19.14% from 255) = 21.52%

R = 31.84%
G = 46.64%
B = 21.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#476830 (or 0x476830) is known color: Dell. HEX triplet: 47, 68 and 30. RGB value is (71,104,48). Sum of RGB (Red+Green+Blue) = 71+104+48=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #476830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476830 is #B897CF. Grayscale: #575757. Windows color (decimal): -12097488 or 3172423. OLE color: 3172423.

HSL color Cylindrical-coordinate representation of color #476830: hue angle of 95.36º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #476830 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 48 -
CMYK 0.32 0 0.54 0.59
HSL 95.36º 0.37% 0.3% -
HSV(B) 95.36º 0.54% 0.41% -
XYZ 8.08 11.45 4.58 -
YUV 87.75 105.57 116.05 -
System Red Green Blue C M Y K H S L
Decimal 71 104 48 0.32 0 0.54 0.59 95.36 0.37 0.3
Hex 47 68 30 20 0 36 3B 5F 25 1E
Octal 107 150 60 40 0 66 73 137 45 36
Binary 1000111 1101000 110000 100000 0 110110 111011 1011111 100101 11110

Color Harmonies of #476830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476830

Black with #476830

Text Example


Text Example

White with #476830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476830; }

 p { color: rgb(71,104,48); }

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

background-color css

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

 a { background-color: rgb(71,104,48); }

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

border-color css

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

 span { border-color: rgb(71,104,48); }

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