Html Css Color HEX #465A34 Dell

📋 copy color: '#465A34'

red 70 ◦ green 90 ◦ blue 52

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

Shades of Dell #465A34

Tints of Dell #465A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

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

R = 33.02%
G = 42.45%
B = 24.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#465A34 (or 0x465A34) is known color: Dell. HEX triplet: 46, 5A and 34. RGB value is (70,90,52). Sum of RGB (Red+Green+Blue) = 70+90+52=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #465A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A34 is #B9A5CB. Grayscale: #4F4F4F. Windows color (decimal): -12166604 or 3430982. OLE color: 3430982.

HSL color Cylindrical-coordinate representation of color #465A34: hue angle of 91.58º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465A34 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 52 -
CMYK 0.22 0 0.42 0.65
HSL 91.58º 0.27% 0.28% -
HSV(B) 91.58º 0.42% 0.35% -
XYZ 6.8 8.86 4.6 -
YUV 79.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 70 90 52 0.22 0 0.42 0.65 91.58 0.27 0.28
Hex 46 5A 34 16 0 2A 41 5C 1B 1C
Octal 106 132 64 26 0 52 101 134 33 34
Binary 1000110 1011010 110100 10110 0 101010 1000001 1011100 11011 11100

Color Harmonies of #465A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A34

Black with #465A34

Text Example


Text Example

White with #465A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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