Html Css Color HEX #476735 Dell

📋 copy color: '#476735'

red 71 ◦ green 103 ◦ blue 53

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

Shades of Dell #476735

Tints of Dell #476735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.37%

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

R = 31.28%
G = 45.37%
B = 23.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#476735 (or 0x476735) is known color: Dell. HEX triplet: 47, 67 and 35. RGB value is (71,103,53). Sum of RGB (Red+Green+Blue) = 71+103+53=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #476735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476735 is #B898CA. Grayscale: #575757. Windows color (decimal): -12097739 or 3499847. OLE color: 3499847.

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

Color convert

RGB 71 103 53 -
CMYK 0.31 0 0.49 0.60
HSL 98.4º 0.32% 0.31% -
HSV(B) 98.4º 0.49% 0.4% -
XYZ 8.09 11.3 5.12 -
YUV 87.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 71 103 53 0.31 0 0.49 0.60 98.4 0.32 0.31
Hex 47 67 35 1F 0 31 3C 62 20 1F
Octal 107 147 65 37 0 61 74 142 40 37
Binary 1000111 1100111 110101 11111 0 110001 111100 1100010 100000 11111

Color Harmonies of #476735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476735

Black with #476735

Text Example


Text Example

White with #476735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476735; }

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

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

background-color css

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

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

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

border-color css

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

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

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