Html Css Color HEX #477130 Dell

📋 copy color: '#477130'

red 71 ◦ green 113 ◦ blue 48

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

Shades of Dell #477130

Tints of Dell #477130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.71%

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

R = 30.6%
G = 48.71%
B = 20.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#477130 (or 0x477130) is known color: Dell. HEX triplet: 47, 71 and 30. RGB value is (71,113,48). Sum of RGB (Red+Green+Blue) = 71+113+48=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #477130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477130 is #B88ECF. Grayscale: #5D5D5D. Windows color (decimal): -12095184 or 3174727. OLE color: 3174727.

HSL color Cylindrical-coordinate representation of color #477130: hue angle of 98.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477130 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 48 -
CMYK 0.37 0 0.58 0.56
HSL 98.77º 0.4% 0.32% -
HSV(B) 98.77º 0.58% 0.44% -
XYZ 9.04 13.36 4.9 -
YUV 93.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 71 113 48 0.37 0 0.58 0.56 98.77 0.4 0.32
Hex 47 71 30 25 0 3A 38 63 28 20
Octal 107 161 60 45 0 72 70 143 50 40
Binary 1000111 1110001 110000 100101 0 111010 111000 1100011 101000 100000

Color Harmonies of #477130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477130

Black with #477130

Text Example


Text Example

White with #477130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477130; }

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

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

background-color css

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

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

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

border-color css

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

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

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