Html Css Color HEX #476430 Dell

📋 copy color: '#476430'

red 71 ◦ green 100 ◦ blue 48

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

Shades of Dell #476430

Tints of Dell #476430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.66%

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

R = 32.42%
G = 45.66%
B = 21.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#476430 (or 0x476430) is known color: Dell. HEX triplet: 47, 64 and 30. RGB value is (71,100,48). Sum of RGB (Red+Green+Blue) = 71+100+48=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #476430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476430 is #B89BCF. Grayscale: #555555. Windows color (decimal): -12098512 or 3171399. OLE color: 3171399.

HSL color Cylindrical-coordinate representation of color #476430: hue angle of 93.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476430 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 48 -
CMYK 0.29 0 0.52 0.61
HSL 93.46º 0.35% 0.29% -
HSV(B) 93.46º 0.52% 0.39% -
XYZ 7.69 10.67 4.45 -
YUV 85.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 71 100 48 0.29 0 0.52 0.61 93.46 0.35 0.29
Hex 47 64 30 1D 0 34 3D 5D 23 1D
Octal 107 144 60 35 0 64 75 135 43 35
Binary 1000111 1100100 110000 11101 0 110100 111101 1011101 100011 11101

Color Harmonies of #476430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476430

Black with #476430

Text Example


Text Example

White with #476430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476430; }

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

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

background-color css

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

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

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

border-color css

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

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

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