Html Css Color HEX #466934 Dell

📋 copy color: '#466934'

red 70 ◦ green 105 ◦ blue 52

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

Shades of Dell #466934

Tints of Dell #466934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 30.84%
G = 46.26%
B = 22.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#466934 (or 0x466934) is known color: Dell. HEX triplet: 46, 69 and 34. RGB value is (70,105,52). Sum of RGB (Red+Green+Blue) = 70+105+52=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #466934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466934 is #B996CB. Grayscale: #585858. Windows color (decimal): -12162764 or 3434822. OLE color: 3434822.

HSL color Cylindrical-coordinate representation of color #466934: hue angle of 99.62º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466934 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 52 -
CMYK 0.33 0 0.50 0.59
HSL 99.62º 0.34% 0.31% -
HSV(B) 99.62º 0.5% 0.41% -
XYZ 8.2 11.65 5.07 -
YUV 88.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 70 105 52 0.33 0 0.50 0.59 99.62 0.34 0.31
Hex 46 69 34 21 0 32 3B 64 22 1F
Octal 106 151 64 41 0 62 73 144 42 37
Binary 1000110 1101001 110100 100001 0 110010 111011 1100100 100010 11111

Color Harmonies of #466934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466934

Black with #466934

Text Example


Text Example

White with #466934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466934; }

 p { color: rgb(70,105,52); }

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

background-color css

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

 a { background-color: rgb(70,105,52); }

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

border-color css

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

 span { border-color: rgb(70,105,52); }

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