Html Css Color HEX #476C24 Dell

📋 copy color: '#476C24'

red 71 ◦ green 108 ◦ blue 36

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

Shades of Dell #476C24

Tints of Dell #476C24

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50.23%

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

R = 33.02%
G = 50.23%
B = 16.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#476C24 (or 0x476C24) is known color: Dell. HEX triplet: 47, 6C and 24. RGB value is (71,108,36). Sum of RGB (Red+Green+Blue) = 71+108+36=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #476C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C24 is #B893DB. Grayscale: #585858. Windows color (decimal): -12096476 or 2387015. OLE color: 2387015.

HSL color Cylindrical-coordinate representation of color #476C24: hue angle of 90.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476C24 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 36 -
CMYK 0.34 0 0.67 0.58
HSL 90.83º 0.5% 0.28% -
HSV(B) 90.83º 0.67% 0.42% -
XYZ 8.28 12.19 3.59 -
YUV 88.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 71 108 36 0.34 0 0.67 0.58 90.83 0.5 0.28
Hex 47 6C 24 22 0 43 3A 5B 32 1C
Octal 107 154 44 42 0 103 72 133 62 34
Binary 1000111 1101100 100100 100010 0 1000011 111010 1011011 110010 11100

Color Harmonies of #476C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C24

Black with #476C24

Text Example


Text Example

White with #476C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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