Html Css Color HEX #476D24 Dell

📋 copy color: '#476D24'

red 71 ◦ green 109 ◦ blue 36

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

Shades of Dell #476D24

Tints of Dell #476D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.46%

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

R = 32.87%
G = 50.46%
B = 16.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#476D24 (or 0x476D24) is known color: Dell. HEX triplet: 47, 6D and 24. RGB value is (71,109,36). Sum of RGB (Red+Green+Blue) = 71+109+36=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #476D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D24 is #B892DB. Grayscale: #595959. Windows color (decimal): -12096220 or 2387271. OLE color: 2387271.

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

Color convert

RGB 71 109 36 -
CMYK 0.35 0 0.67 0.57
HSL 91.23º 0.5% 0.28% -
HSV(B) 91.23º 0.67% 0.43% -
XYZ 8.39 12.4 3.62 -
YUV 89.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 71 109 36 0.35 0 0.67 0.57 91.23 0.5 0.28
Hex 47 6D 24 23 0 43 39 5B 32 1C
Octal 107 155 44 43 0 103 71 133 62 34
Binary 1000111 1101101 100100 100011 0 1000011 111001 1011011 110010 11100

Color Harmonies of #476D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D24

Black with #476D24

Text Example


Text Example

White with #476D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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