Html Css Color HEX #476928 Dell

📋 copy color: '#476928'

red 71 ◦ green 105 ◦ blue 40

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

Shades of Dell #476928

Tints of Dell #476928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 32.87%
G = 48.61%
B = 18.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#476928 (or 0x476928) is known color: Dell. HEX triplet: 47, 69 and 28. RGB value is (71,105,40). Sum of RGB (Red+Green+Blue) = 71+105+40=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #476928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476928 is #B896D7. Grayscale: #575757. Windows color (decimal): -12097240 or 2648391. OLE color: 2648391.

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

Color convert

RGB 71 105 40 -
CMYK 0.32 0 0.62 0.59
HSL 91.38º 0.45% 0.28% -
HSV(B) 91.38º 0.62% 0.41% -
XYZ 8.03 11.6 3.82 -
YUV 87.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 71 105 40 0.32 0 0.62 0.59 91.38 0.45 0.28
Hex 47 69 28 20 0 3E 3B 5B 2D 1C
Octal 107 151 50 40 0 76 73 133 55 34
Binary 1000111 1101001 101000 100000 0 111110 111011 1011011 101101 11100

Color Harmonies of #476928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476928

Black with #476928

Text Example


Text Example

White with #476928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476928; }

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

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

background-color css

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

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

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

border-color css

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

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

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