Html Css Color HEX #476127 Dell

📋 copy color: '#476127'

red 71 ◦ green 97 ◦ blue 39

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

Shades of Dell #476127

Tints of Dell #476127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.86%

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

R = 34.3%
G = 46.86%
B = 18.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#476127 (or 0x476127) is known color: Dell. HEX triplet: 47, 61 and 27. RGB value is (71,97,39). Sum of RGB (Red+Green+Blue) = 71+97+39=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #476127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476127 is #B89ED8. Grayscale: #525252. Windows color (decimal): -12099289 or 2580807. OLE color: 2580807.

HSL color Cylindrical-coordinate representation of color #476127: hue angle of 86.9º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476127 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 39 -
CMYK 0.27 0 0.60 0.62
HSL 86.9º 0.43% 0.27% -
HSV(B) 86.9º 0.6% 0.38% -
XYZ 7.24 10.04 3.47 -
YUV 82.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 71 97 39 0.27 0 0.60 0.62 86.9 0.43 0.27
Hex 47 61 27 1B 0 3C 3E 57 2B 1B
Octal 107 141 47 33 0 74 76 127 53 33
Binary 1000111 1100001 100111 11011 0 111100 111110 1010111 101011 11011

Color Harmonies of #476127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476127

Black with #476127

Text Example


Text Example

White with #476127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476127; }

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

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

background-color css

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

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

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

border-color css

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

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

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