Html Css Color HEX #466F34 Dell

📋 copy color: '#466F34'

red 70 ◦ green 111 ◦ blue 52

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

Shades of Dell #466F34

Tints of Dell #466F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.64%

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

R = 30.04%
G = 47.64%
B = 22.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#466F34 (or 0x466F34) is known color: Dell. HEX triplet: 46, 6F and 34. RGB value is (70,111,52). Sum of RGB (Red+Green+Blue) = 70+111+52=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #466F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F34 is #B990CB. Grayscale: #5C5C5C. Windows color (decimal): -12161228 or 3436358. OLE color: 3436358.

HSL color Cylindrical-coordinate representation of color #466F34: hue angle of 101.69º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466F34 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 52 -
CMYK 0.37 0 0.53 0.56
HSL 101.69º 0.36% 0.32% -
HSV(B) 101.69º 0.53% 0.44% -
XYZ 8.83 12.92 5.28 -
YUV 92.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 70 111 52 0.37 0 0.53 0.56 101.69 0.36 0.32
Hex 46 6F 34 25 0 35 38 66 24 20
Octal 106 157 64 45 0 65 70 146 44 40
Binary 1000110 1101111 110100 100101 0 110101 111000 1100110 100100 100000

Color Harmonies of #466F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F34

Black with #466F34

Text Example


Text Example

White with #466F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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