Html Css Color HEX #476F22 Dell

📋 copy color: '#476F22'

red 71 ◦ green 111 ◦ blue 34

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

Shades of Dell #476F22

Tints of Dell #476F22

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.39%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 32.87%
G = 51.39%
B = 15.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#476F22 (or 0x476F22) is known color: Dell. HEX triplet: 47, 6F and 22. RGB value is (71,111,34). Sum of RGB (Red+Green+Blue) = 71+111+34=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #476F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F22 is #B890DD. Grayscale: #5A5A5A. Windows color (decimal): -12095710 or 2256711. OLE color: 2256711.

HSL color Cylindrical-coordinate representation of color #476F22: hue angle of 91.17º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #476F22 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 34 -
CMYK 0.36 0 0.69 0.56
HSL 91.17º 0.53% 0.28% -
HSV(B) 91.17º 0.69% 0.44% -
XYZ 8.57 12.82 3.54 -
YUV 90.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 71 111 34 0.36 0 0.69 0.56 91.17 0.53 0.28
Hex 47 6F 22 24 0 45 38 5B 35 1C
Octal 107 157 42 44 0 105 70 133 65 34
Binary 1000111 1101111 100010 100100 0 1000101 111000 1011011 110101 11100

Color Harmonies of #476F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F22

Black with #476F22

Text Example


Text Example

White with #476F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,34); }

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

background-color css

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

 a { background-color: rgb(71,111,34); }

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

border-color css

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

 span { border-color: rgb(71,111,34); }

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