Html Css Color HEX #476236 Dell

📋 copy color: '#476236'

red 71 ◦ green 98 ◦ blue 54

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

Shades of Dell #476236

Tints of Dell #476236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.95%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 31.84%
G = 43.95%
B = 24.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#476236 (or 0x476236) is known color: Dell. HEX triplet: 47, 62 and 36. RGB value is (71,98,54). Sum of RGB (Red+Green+Blue) = 71+98+54=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #476236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476236 is #B89DC9. Grayscale: #555555. Windows color (decimal): -12099018 or 3564103. OLE color: 3564103.

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

Color convert

RGB 71 98 54 -
CMYK 0.28 0 0.45 0.62
HSL 96.82º 0.29% 0.3% -
HSV(B) 96.82º 0.45% 0.38% -
XYZ 7.63 10.34 5.08 -
YUV 84.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 71 98 54 0.28 0 0.45 0.62 96.82 0.29 0.3
Hex 47 62 36 1C 0 2D 3E 61 1D 1E
Octal 107 142 66 34 0 55 76 141 35 36
Binary 1000111 1100010 110110 11100 0 101101 111110 1100001 11101 11110

Color Harmonies of #476236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476236

Black with #476236

Text Example


Text Example

White with #476236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476236; }

 p { color: rgb(71,98,54); }

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

background-color css

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

 a { background-color: rgb(71,98,54); }

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

border-color css

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

 span { border-color: rgb(71,98,54); }

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