Html Css Color HEX #476927 Dell

📋 copy color: '#476927'

red 71 ◦ green 105 ◦ blue 39

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

Shades of Dell #476927

Tints of Dell #476927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 33.02%
G = 48.84%
B = 18.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#476927 (or 0x476927) is known color: Dell. HEX triplet: 47, 69 and 27. RGB value is (71,105,39). Sum of RGB (Red+Green+Blue) = 71+105+39=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #476927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476927 is #B896D8. Grayscale: #575757. Windows color (decimal): -12097241 or 2582855. OLE color: 2582855.

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

Color convert

RGB 71 105 39 -
CMYK 0.32 0 0.63 0.59
HSL 90.91º 0.46% 0.28% -
HSV(B) 90.91º 0.63% 0.41% -
XYZ 8.02 11.59 3.73 -
YUV 87.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 71 105 39 0.32 0 0.63 0.59 90.91 0.46 0.28
Hex 47 69 27 20 0 3F 3B 5B 2E 1C
Octal 107 151 47 40 0 77 73 133 56 34
Binary 1000111 1101001 100111 100000 0 111111 111011 1011011 101110 11100

Color Harmonies of #476927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476927

Black with #476927

Text Example


Text Example

White with #476927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476927; }

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

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

background-color css

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

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

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

border-color css

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

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

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