Html Css Color HEX #476D27 Dell

📋 copy color: '#476D27'

red 71 ◦ green 109 ◦ blue 39

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

Shades of Dell #476D27

Tints of Dell #476D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.77%

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 32.42%
G = 49.77%
B = 17.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#476D27 (or 0x476D27) is known color: Dell. HEX triplet: 47, 6D and 27. RGB value is (71,109,39). Sum of RGB (Red+Green+Blue) = 71+109+39=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #476D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D27 is #B892D8. Grayscale: #595959. Windows color (decimal): -12096217 or 2583879. OLE color: 2583879.

HSL color Cylindrical-coordinate representation of color #476D27: hue angle of 92.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476D27 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 39 -
CMYK 0.35 0 0.64 0.57
HSL 92.57º 0.47% 0.29% -
HSV(B) 92.57º 0.64% 0.43% -
XYZ 8.43 12.42 3.87 -
YUV 89.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 71 109 39 0.35 0 0.64 0.57 92.57 0.47 0.29
Hex 47 6D 27 23 0 40 39 5D 2F 1D
Octal 107 155 47 43 0 100 71 135 57 35
Binary 1000111 1101101 100111 100011 0 1000000 111001 1011101 101111 11101

Color Harmonies of #476D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D27

Black with #476D27

Text Example


Text Example

White with #476D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D27; }

 p { color: rgb(71,109,39); }

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

background-color css

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

 a { background-color: rgb(71,109,39); }

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

border-color css

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

 span { border-color: rgb(71,109,39); }

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