Html Css Color HEX #477133 Dell

📋 copy color: '#477133'

red 71 ◦ green 113 ◦ blue 51

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

Shades of Dell #477133

Tints of Dell #477133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 30.21%
G = 48.09%
B = 21.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#477133 (or 0x477133) is known color: Dell. HEX triplet: 47, 71 and 33. RGB value is (71,113,51). Sum of RGB (Red+Green+Blue) = 71+113+51=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #477133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477133 is #B88ECC. Grayscale: #5D5D5D. Windows color (decimal): -12095181 or 3371335. OLE color: 3371335.

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

Color convert

RGB 71 113 51 -
CMYK 0.37 0 0.55 0.56
HSL 100.65º 0.38% 0.32% -
HSV(B) 100.65º 0.55% 0.44% -
XYZ 9.1 13.39 5.24 -
YUV 93.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 71 113 51 0.37 0 0.55 0.56 100.65 0.38 0.32
Hex 47 71 33 25 0 37 38 65 26 20
Octal 107 161 63 45 0 67 70 145 46 40
Binary 1000111 1110001 110011 100101 0 110111 111000 1100101 100110 100000

Color Harmonies of #477133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477133

Black with #477133

Text Example


Text Example

White with #477133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477133; }

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

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

background-color css

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

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

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

border-color css

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

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

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