Html Css Color HEX #477225 Dell

📋 copy color: '#477225'

red 71 ◦ green 114 ◦ blue 37

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

Shades of Dell #477225

Tints of Dell #477225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.35%

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 31.98%
G = 51.35%
B = 16.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#477225 (or 0x477225) is known color: Dell. HEX triplet: 47, 72 and 25. RGB value is (71,114,37). Sum of RGB (Red+Green+Blue) = 71+114+37=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #477225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477225 is #B88DDA. Grayscale: #5C5C5C. Windows color (decimal): -12094939 or 2454087. OLE color: 2454087.

HSL color Cylindrical-coordinate representation of color #477225: hue angle of 93.51º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477225 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 114 37 -
CMYK 0.38 0 0.68 0.55
HSL 93.51º 0.51% 0.3% -
HSV(B) 93.51º 0.68% 0.45% -
XYZ 8.95 13.51 3.89 -
YUV 92.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 71 114 37 0.38 0 0.68 0.55 93.51 0.51 0.3
Hex 47 72 25 26 0 44 37 5E 33 1E
Octal 107 162 45 46 0 104 67 136 63 36
Binary 1000111 1110010 100101 100110 0 1000100 110111 1011110 110011 11110

Color Harmonies of #477225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477225

Black with #477225

Text Example


Text Example

White with #477225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477225; }

 p { color: rgb(71,114,37); }

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

background-color css

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

 a { background-color: rgb(71,114,37); }

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

border-color css

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

 span { border-color: rgb(71,114,37); }

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