Html Css Color HEX #476835 Dell

📋 copy color: '#476835'

red 71 ◦ green 104 ◦ blue 53

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

Shades of Dell #476835

Tints of Dell #476835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.61%

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

R = 31.14%
G = 45.61%
B = 23.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#476835 (or 0x476835) is known color: Dell. HEX triplet: 47, 68 and 35. RGB value is (71,104,53). Sum of RGB (Red+Green+Blue) = 71+104+53=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #476835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476835 is #B897CA. Grayscale: #585858. Windows color (decimal): -12097483 or 3500103. OLE color: 3500103.

HSL color Cylindrical-coordinate representation of color #476835: hue angle of 98.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476835 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 53 -
CMYK 0.32 0 0.49 0.59
HSL 98.82º 0.32% 0.31% -
HSV(B) 98.82º 0.49% 0.41% -
XYZ 8.19 11.5 5.16 -
YUV 88.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 71 104 53 0.32 0 0.49 0.59 98.82 0.32 0.31
Hex 47 68 35 20 0 31 3B 63 20 1F
Octal 107 150 65 40 0 61 73 143 40 37
Binary 1000111 1101000 110101 100000 0 110001 111011 1100011 100000 11111

Color Harmonies of #476835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476835

Black with #476835

Text Example


Text Example

White with #476835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476835; }

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

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

background-color css

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

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

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

border-color css

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

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

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