Html Css Color HEX #477330 Dell

📋 copy color: '#477330'

red 71 ◦ green 115 ◦ blue 48

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

Shades of Dell #477330

Tints of Dell #477330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.15%

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

R = 30.34%
G = 49.15%
B = 20.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#477330 (or 0x477330) is known color: Dell. HEX triplet: 47, 73 and 30. RGB value is (71,115,48). Sum of RGB (Red+Green+Blue) = 71+115+48=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #477330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477330 is #B88CCF. Grayscale: #5E5E5E. Windows color (decimal): -12094672 or 3175239. OLE color: 3175239.

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

Color convert

RGB 71 115 48 -
CMYK 0.38 0 0.58 0.55
HSL 99.4º 0.41% 0.32% -
HSV(B) 99.4º 0.58% 0.45% -
XYZ 9.26 13.81 4.97 -
YUV 94.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 71 115 48 0.38 0 0.58 0.55 99.4 0.41 0.32
Hex 47 73 30 26 0 3A 37 63 29 20
Octal 107 163 60 46 0 72 67 143 51 40
Binary 1000111 1110011 110000 100110 0 111010 110111 1100011 101001 100000

Color Harmonies of #477330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477330

Black with #477330

Text Example


Text Example

White with #477330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477330; }

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

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

background-color css

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

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

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

border-color css

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

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

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