Html Css Color HEX #476F30 Dell

📋 copy color: '#476F30'

red 71 ◦ green 111 ◦ blue 48

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

Shades of Dell #476F30

Tints of Dell #476F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.26%

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 30.87%
G = 48.26%
B = 20.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#476F30 (or 0x476F30) is known color: Dell. HEX triplet: 47, 6F and 30. RGB value is (71,111,48). Sum of RGB (Red+Green+Blue) = 71+111+48=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #476F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F30 is #B890CF. Grayscale: #5C5C5C. Windows color (decimal): -12095696 or 3174215. OLE color: 3174215.

HSL color Cylindrical-coordinate representation of color #476F30: hue angle of 98.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476F30 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 48 -
CMYK 0.36 0 0.57 0.56
HSL 98.1º 0.4% 0.31% -
HSV(B) 98.1º 0.57% 0.44% -
XYZ 8.82 12.92 4.83 -
YUV 91.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 71 111 48 0.36 0 0.57 0.56 98.1 0.4 0.31
Hex 47 6F 30 24 0 39 38 62 28 1F
Octal 107 157 60 44 0 71 70 142 50 37
Binary 1000111 1101111 110000 100100 0 111001 111000 1100010 101000 11111

Color Harmonies of #476F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F30

Black with #476F30

Text Example


Text Example

White with #476F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F30; }

 p { color: rgb(71,111,48); }

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

background-color css

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

 a { background-color: rgb(71,111,48); }

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

border-color css

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

 span { border-color: rgb(71,111,48); }

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