Html Css Color HEX #477127 Dell

📋 copy color: '#477127'

red 71 ◦ green 113 ◦ blue 39

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

Shades of Dell #477127

Tints of Dell #477127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.67%

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

R = 31.84%
G = 50.67%
B = 17.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#477127 (or 0x477127) is known color: Dell. HEX triplet: 47, 71 and 27. RGB value is (71,113,39). Sum of RGB (Red+Green+Blue) = 71+113+39=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #477127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477127 is #B88ED8. Grayscale: #5C5C5C. Windows color (decimal): -12095193 or 2584903. OLE color: 2584903.

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

Color convert

RGB 71 113 39 -
CMYK 0.37 0 0.65 0.56
HSL 94.05º 0.49% 0.3% -
HSV(B) 94.05º 0.65% 0.44% -
XYZ 8.87 13.3 4.02 -
YUV 92.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 71 113 39 0.37 0 0.65 0.56 94.05 0.49 0.3
Hex 47 71 27 25 0 41 38 5E 31 1E
Octal 107 161 47 45 0 101 70 136 61 36
Binary 1000111 1110001 100111 100101 0 1000001 111000 1011110 110001 11110

Color Harmonies of #477127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477127

Black with #477127

Text Example


Text Example

White with #477127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477127; }

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

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

background-color css

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

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

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

border-color css

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

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

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