Html Css Color HEX #476626 Dell

📋 copy color: '#476626'

red 71 ◦ green 102 ◦ blue 38

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

Shades of Dell #476626

Tints of Dell #476626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.34%

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 33.65%
G = 48.34%
B = 18.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#476626 (or 0x476626) is known color: Dell. HEX triplet: 47, 66 and 26. RGB value is (71,102,38). Sum of RGB (Red+Green+Blue) = 71+102+38=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #476626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476626 is #B899D9. Grayscale: #555555. Windows color (decimal): -12098010 or 2516551. OLE color: 2516551.

HSL color Cylindrical-coordinate representation of color #476626: hue angle of 89.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476626 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 38 -
CMYK 0.30 0 0.63 0.6
HSL 89.06º 0.46% 0.27% -
HSV(B) 89.06º 0.63% 0.4% -
XYZ 7.7 10.98 3.55 -
YUV 85.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 71 102 38 0.30 0 0.63 0.6 89.06 0.46 0.27
Hex 47 66 26 1E 0 3F 3C 59 2E 1B
Octal 107 146 46 36 0 77 74 131 56 33
Binary 1000111 1100110 100110 11110 0 111111 111100 1011001 101110 11011

Color Harmonies of #476626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476626

Black with #476626

Text Example


Text Example

White with #476626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476626; }

 p { color: rgb(71,102,38); }

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

background-color css

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

 a { background-color: rgb(71,102,38); }

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

border-color css

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

 span { border-color: rgb(71,102,38); }

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