Html Css Color HEX #476936 Dell

📋 copy color: '#476936'

red 71 ◦ green 105 ◦ blue 54

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

Shades of Dell #476936

Tints of Dell #476936

RGB

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

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

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

R = 30.87%
G = 45.65%
B = 23.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#476936 (or 0x476936) is known color: Dell. HEX triplet: 47, 69 and 36. RGB value is (71,105,54). Sum of RGB (Red+Green+Blue) = 71+105+54=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #476936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476936 is #B896C9. Grayscale: #595959. Windows color (decimal): -12097226 or 3565895. OLE color: 3565895.

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

Color convert

RGB 71 105 54 -
CMYK 0.32 0 0.49 0.59
HSL 100º 0.32% 0.31% -
HSV(B) 100º 0.49% 0.41% -
XYZ 8.32 11.71 5.31 -
YUV 89.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 71 105 54 0.32 0 0.49 0.59 100 0.32 0.31
Hex 47 69 36 20 0 31 3B 64 20 1F
Octal 107 151 66 40 0 61 73 144 40 37
Binary 1000111 1101001 110110 100000 0 110001 111011 1100100 100000 11111

Color Harmonies of #476936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476936

Black with #476936

Text Example


Text Example

White with #476936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476936; }

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

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

background-color css

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

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

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

border-color css

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

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

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