Html Css Color HEX #467126 Dell

📋 copy color: '#467126'

red 70 ◦ green 113 ◦ blue 38

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

Shades of Dell #467126

Tints of Dell #467126

RGB

 RED value IS 70 (27.73% from 255) = 31.67%

 GREEN value IS 113 (44.53% from 255) = 51.13%

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

R = 31.67%
G = 51.13%
B = 17.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#467126 (or 0x467126) is known color: Dell. HEX triplet: 46, 71 and 26. RGB value is (70,113,38). Sum of RGB (Red+Green+Blue) = 70+113+38=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #467126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467126 is #B98ED9. Grayscale: #5B5B5B. Windows color (decimal): -12160730 or 2519366. OLE color: 2519366.

HSL color Cylindrical-coordinate representation of color #467126: hue angle of 94.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467126 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 38 -
CMYK 0.38 0 0.66 0.56
HSL 94.4º 0.5% 0.3% -
HSV(B) 94.4º 0.66% 0.44% -
XYZ 8.78 13.25 3.93 -
YUV 91.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 70 113 38 0.38 0 0.66 0.56 94.4 0.5 0.3
Hex 46 71 26 26 0 42 38 5E 32 1E
Octal 106 161 46 46 0 102 70 136 62 36
Binary 1000110 1110001 100110 100110 0 1000010 111000 1011110 110010 11110

Color Harmonies of #467126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467126

Black with #467126

Text Example


Text Example

White with #467126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467126; }

 p { color: rgb(70,113,38); }

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

background-color css

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

 a { background-color: rgb(70,113,38); }

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

border-color css

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

 span { border-color: rgb(70,113,38); }

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