Html Css Color HEX #476D26 Dell

📋 copy color: '#476D26'

red 71 ◦ green 109 ◦ blue 38

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

Shades of Dell #476D26

Tints of Dell #476D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50%

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

R = 32.57%
G = 50%
B = 17.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#476D26 (or 0x476D26) is known color: Dell. HEX triplet: 47, 6D and 26. RGB value is (71,109,38). Sum of RGB (Red+Green+Blue) = 71+109+38=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #476D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D26 is #B892D9. Grayscale: #595959. Windows color (decimal): -12096218 or 2518343. OLE color: 2518343.

HSL color Cylindrical-coordinate representation of color #476D26: hue angle of 92.11º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476D26 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 38 -
CMYK 0.35 0 0.65 0.57
HSL 92.11º 0.48% 0.29% -
HSV(B) 92.11º 0.65% 0.43% -
XYZ 8.42 12.42 3.79 -
YUV 89.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 71 109 38 0.35 0 0.65 0.57 92.11 0.48 0.29
Hex 47 6D 26 23 0 41 39 5C 30 1D
Octal 107 155 46 43 0 101 71 134 60 35
Binary 1000111 1101101 100110 100011 0 1000001 111001 1011100 110000 11101

Color Harmonies of #476D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D26

Black with #476D26

Text Example


Text Example

White with #476D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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