Html Css Color HEX #476130 Dell

📋 copy color: '#476130'

red 71 ◦ green 97 ◦ blue 48

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

Shades of Dell #476130

Tints of Dell #476130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 32.87%
G = 44.91%
B = 22.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#476130 (or 0x476130) is known color: Dell. HEX triplet: 47, 61 and 30. RGB value is (71,97,48). Sum of RGB (Red+Green+Blue) = 71+97+48=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #476130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476130 is #B89ECF. Grayscale: #535353. Windows color (decimal): -12099280 or 3170631. OLE color: 3170631.

HSL color Cylindrical-coordinate representation of color #476130: hue angle of 91.84º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476130 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 48 -
CMYK 0.27 0 0.51 0.62
HSL 91.84º 0.34% 0.28% -
HSV(B) 91.84º 0.51% 0.38% -
XYZ 7.41 10.1 4.36 -
YUV 83.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 71 97 48 0.27 0 0.51 0.62 91.84 0.34 0.28
Hex 47 61 30 1B 0 33 3E 5C 22 1C
Octal 107 141 60 33 0 63 76 134 42 34
Binary 1000111 1100001 110000 11011 0 110011 111110 1011100 100010 11100

Color Harmonies of #476130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476130

Black with #476130

Text Example


Text Example

White with #476130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476130; }

 p { color: rgb(71,97,48); }

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

background-color css

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

 a { background-color: rgb(71,97,48); }

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

border-color css

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

 span { border-color: rgb(71,97,48); }

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