Html Css Color HEX #477030 Dell

📋 copy color: '#477030'

red 71 ◦ green 112 ◦ blue 48

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

Shades of Dell #477030

Tints of Dell #477030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.48%

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

R = 30.74%
G = 48.48%
B = 20.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#477030 (or 0x477030) is known color: Dell. HEX triplet: 47, 70 and 30. RGB value is (71,112,48). Sum of RGB (Red+Green+Blue) = 71+112+48=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #477030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477030 is #B88FCF. Grayscale: #5C5C5C. Windows color (decimal): -12095440 or 3174471. OLE color: 3174471.

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

Color convert

RGB 71 112 48 -
CMYK 0.37 0 0.57 0.56
HSL 98.44º 0.4% 0.31% -
HSV(B) 98.44º 0.57% 0.44% -
XYZ 8.93 13.14 4.86 -
YUV 92.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 71 112 48 0.37 0 0.57 0.56 98.44 0.4 0.31
Hex 47 70 30 25 0 39 38 62 28 1F
Octal 107 160 60 45 0 71 70 142 50 37
Binary 1000111 1110000 110000 100101 0 111001 111000 1100010 101000 11111

Color Harmonies of #477030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477030

Black with #477030

Text Example


Text Example

White with #477030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477030; }

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

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

background-color css

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

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

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

border-color css

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

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

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