Html Css Color HEX #477124 Dell

📋 copy color: '#477124'

red 71 ◦ green 113 ◦ blue 36

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

Shades of Dell #477124

Tints of Dell #477124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.36%

R = 32.27%
G = 51.36%
B = 16.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#477124 (or 0x477124) is known color: Dell. HEX triplet: 47, 71 and 24. RGB value is (71,113,36). Sum of RGB (Red+Green+Blue) = 71+113+36=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #477124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477124 is #B88EDB. Grayscale: #5B5B5B. Windows color (decimal): -12095196 or 2388295. OLE color: 2388295.

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

Color convert

RGB 71 113 36 -
CMYK 0.37 0 0.68 0.56
HSL 92.73º 0.52% 0.29% -
HSV(B) 92.73º 0.68% 0.44% -
XYZ 8.82 13.28 3.77 -
YUV 91.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 71 113 36 0.37 0 0.68 0.56 92.73 0.52 0.29
Hex 47 71 24 25 0 44 38 5D 34 1D
Octal 107 161 44 45 0 104 70 135 64 35
Binary 1000111 1110001 100100 100101 0 1000100 111000 1011101 110100 11101

Color Harmonies of #477124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477124

Black with #477124

Text Example


Text Example

White with #477124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477124; }

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

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

background-color css

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

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

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

border-color css

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

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

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