Html Css Color HEX #476924 Dell

📋 copy color: '#476924'

red 71 ◦ green 105 ◦ blue 36

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

Shades of Dell #476924

Tints of Dell #476924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.53%

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

R = 33.49%
G = 49.53%
B = 16.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#476924 (or 0x476924) is known color: Dell. HEX triplet: 47, 69 and 24. RGB value is (71,105,36). Sum of RGB (Red+Green+Blue) = 71+105+36=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #476924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476924 is #B896DB. Grayscale: #575757. Windows color (decimal): -12097244 or 2386247. OLE color: 2386247.

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

Color convert

RGB 71 105 36 -
CMYK 0.32 0 0.66 0.59
HSL 89.57º 0.49% 0.28% -
HSV(B) 89.57º 0.66% 0.41% -
XYZ 7.97 11.57 3.48 -
YUV 86.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 71 105 36 0.32 0 0.66 0.59 89.57 0.49 0.28
Hex 47 69 24 20 0 42 3B 5A 31 1C
Octal 107 151 44 40 0 102 73 132 61 34
Binary 1000111 1101001 100100 100000 0 1000010 111011 1011010 110001 11100

Color Harmonies of #476924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476924

Black with #476924

Text Example


Text Example

White with #476924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476924; }

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

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

background-color css

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

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

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

border-color css

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

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

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