Html Css Color HEX #476624 Dell

📋 copy color: '#476624'

red 71 ◦ green 102 ◦ blue 36

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

Shades of Dell #476624

Tints of Dell #476624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.8%

 BLUE value IS 36 (14.45% from 255) = 17.22%

R = 33.97%
G = 48.8%
B = 17.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#476624 (or 0x476624) is known color: Dell. HEX triplet: 47, 66 and 24. RGB value is (71,102,36). Sum of RGB (Red+Green+Blue) = 71+102+36=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #476624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476624 is #B899DB. Grayscale: #555555. Windows color (decimal): -12098012 or 2385479. OLE color: 2385479.

HSL color Cylindrical-coordinate representation of color #476624: hue angle of 88.18º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476624 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 36 -
CMYK 0.30 0 0.65 0.6
HSL 88.18º 0.48% 0.27% -
HSV(B) 88.18º 0.65% 0.4% -
XYZ 7.67 10.97 3.38 -
YUV 85.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 71 102 36 0.30 0 0.65 0.6 88.18 0.48 0.27
Hex 47 66 24 1E 0 41 3C 58 30 1B
Octal 107 146 44 36 0 101 74 130 60 33
Binary 1000111 1100110 100100 11110 0 1000001 111100 1011000 110000 11011

Color Harmonies of #476624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476624

Black with #476624

Text Example


Text Example

White with #476624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476624; }

 p { color: rgb(71,102,36); }

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

background-color css

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

 a { background-color: rgb(71,102,36); }

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

border-color css

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

 span { border-color: rgb(71,102,36); }

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