Html Css Color HEX #476933 Dell

📋 copy color: '#476933'

red 71 ◦ green 105 ◦ blue 51

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

Shades of Dell #476933

Tints of Dell #476933

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 31.28%
G = 46.26%
B = 22.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#476933 (or 0x476933) is known color: Dell. HEX triplet: 47, 69 and 33. RGB value is (71,105,51). Sum of RGB (Red+Green+Blue) = 71+105+51=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #476933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476933 is #B896CC. Grayscale: #585858. Windows color (decimal): -12097229 or 3369287. OLE color: 3369287.

HSL color Cylindrical-coordinate representation of color #476933: hue angle of 97.78º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476933 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 51 -
CMYK 0.32 0 0.51 0.59
HSL 97.78º 0.35% 0.31% -
HSV(B) 97.78º 0.51% 0.41% -
XYZ 8.25 11.68 4.95 -
YUV 88.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 71 105 51 0.32 0 0.51 0.59 97.78 0.35 0.31
Hex 47 69 33 20 0 33 3B 62 23 1F
Octal 107 151 63 40 0 63 73 142 43 37
Binary 1000111 1101001 110011 100000 0 110011 111011 1100010 100011 11111

Color Harmonies of #476933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476933

Black with #476933

Text Example


Text Example

White with #476933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476933; }

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

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

background-color css

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

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

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

border-color css

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

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

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