Html Css Color HEX #477422 Dell

📋 copy color: '#477422'

red 71 ◦ green 116 ◦ blue 34

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

Shades of Dell #477422

Tints of Dell #477422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

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

R = 32.13%
G = 52.49%
B = 15.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#477422 (or 0x477422) is known color: Dell. HEX triplet: 47, 74 and 22. RGB value is (71,116,34). Sum of RGB (Red+Green+Blue) = 71+116+34=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #477422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477422 is #B88BDD. Grayscale: #5D5D5D. Windows color (decimal): -12094430 or 2257991. OLE color: 2257991.

HSL color Cylindrical-coordinate representation of color #477422: hue angle of 92.93º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477422 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 34 -
CMYK 0.39 0 0.71 0.55
HSL 92.93º 0.55% 0.29% -
HSV(B) 92.93º 0.71% 0.45% -
XYZ 9.13 13.95 3.72 -
YUV 93.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 71 116 34 0.39 0 0.71 0.55 92.93 0.55 0.29
Hex 47 74 22 27 0 47 37 5D 37 1D
Octal 107 164 42 47 0 107 67 135 67 35
Binary 1000111 1110100 100010 100111 0 1000111 110111 1011101 110111 11101

Color Harmonies of #477422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477422

Black with #477422

Text Example


Text Example

White with #477422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477422; }

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

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

background-color css

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

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

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

border-color css

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

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

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