Html Css Color HEX #477035 Dell

📋 copy color: '#477035'

red 71 ◦ green 112 ◦ blue 53

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

Shades of Dell #477035

Tints of Dell #477035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 30.08%
G = 47.46%
B = 22.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#477035 (or 0x477035) is known color: Dell. HEX triplet: 47, 70 and 35. RGB value is (71,112,53). Sum of RGB (Red+Green+Blue) = 71+112+53=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #477035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477035 is #B88FCA. Grayscale: #5D5D5D. Windows color (decimal): -12095435 or 3502151. OLE color: 3502151.

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

Color convert

RGB 71 112 53 -
CMYK 0.37 0 0.53 0.56
HSL 101.69º 0.36% 0.32% -
HSV(B) 101.69º 0.53% 0.44% -
XYZ 9.04 13.18 5.44 -
YUV 93.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 71 112 53 0.37 0 0.53 0.56 101.69 0.36 0.32
Hex 47 70 35 25 0 35 38 66 24 20
Octal 107 160 65 45 0 65 70 146 44 40
Binary 1000111 1110000 110101 100101 0 110101 111000 1100110 100100 100000

Color Harmonies of #477035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477035

Black with #477035

Text Example


Text Example

White with #477035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477035; }

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

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

background-color css

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

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

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

border-color css

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

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

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