Html Css Color HEX #476038 Dell

📋 copy color: '#476038'

red 71 ◦ green 96 ◦ blue 56

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

Shades of Dell #476038

Tints of Dell #476038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 31.84%
G = 43.05%
B = 25.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#476038 (or 0x476038) is known color: Dell. HEX triplet: 47, 60 and 38. RGB value is (71,96,56). Sum of RGB (Red+Green+Blue) = 71+96+56=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #476038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476038 is #B89FC7. Grayscale: #545454. Windows color (decimal): -12099528 or 3694663. OLE color: 3694663.

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

Color convert

RGB 71 96 56 -
CMYK 0.26 0 0.42 0.62
HSL 97.5º 0.26% 0.3% -
HSV(B) 97.5º 0.42% 0.38% -
XYZ 7.5 9.99 5.27 -
YUV 83.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 71 96 56 0.26 0 0.42 0.62 97.5 0.26 0.3
Hex 47 60 38 1A 0 2A 3E 62 1A 1E
Octal 107 140 70 32 0 52 76 142 32 36
Binary 1000111 1100000 111000 11010 0 101010 111110 1100010 11010 11110

Color Harmonies of #476038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476038

Black with #476038

Text Example


Text Example

White with #476038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476038; }

 p { color: rgb(71,96,56); }

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

background-color css

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

 a { background-color: rgb(71,96,56); }

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

border-color css

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

 span { border-color: rgb(71,96,56); }

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