Html Css Color HEX #476133 Dell

📋 copy color: '#476133'

red 71 ◦ green 97 ◦ blue 51

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

Shades of Dell #476133

Tints of Dell #476133

RGB

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

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

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

R = 32.42%
G = 44.29%
B = 23.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#476133 (or 0x476133) is known color: Dell. HEX triplet: 47, 61 and 33. RGB value is (71,97,51). Sum of RGB (Red+Green+Blue) = 71+97+51=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #476133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476133 is #B89ECC. Grayscale: #545454. Windows color (decimal): -12099277 or 3367239. OLE color: 3367239.

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

Color convert

RGB 71 97 51 -
CMYK 0.27 0 0.47 0.62
HSL 93.91º 0.31% 0.29% -
HSV(B) 93.91º 0.47% 0.38% -
XYZ 7.47 10.13 4.69 -
YUV 83.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 71 97 51 0.27 0 0.47 0.62 93.91 0.31 0.29
Hex 47 61 33 1B 0 2F 3E 5E 1F 1D
Octal 107 141 63 33 0 57 76 136 37 35
Binary 1000111 1100001 110011 11011 0 101111 111110 1011110 11111 11101

Color Harmonies of #476133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476133

Black with #476133

Text Example


Text Example

White with #476133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476133; }

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

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

background-color css

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

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

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

border-color css

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

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

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