Html Css Color HEX #465C34 Dell

📋 copy color: '#465C34'

red 70 ◦ green 92 ◦ blue 52

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

Shades of Dell #465C34

Tints of Dell #465C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.99%

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

R = 32.71%
G = 42.99%
B = 24.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#465C34 (or 0x465C34) is known color: Dell. HEX triplet: 46, 5C and 34. RGB value is (70,92,52). Sum of RGB (Red+Green+Blue) = 70+92+52=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #465C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C34 is #B9A3CB. Grayscale: #515151. Windows color (decimal): -12166092 or 3431494. OLE color: 3431494.

HSL color Cylindrical-coordinate representation of color #465C34: hue angle of 93º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #465C34 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 92 52 -
CMYK 0.24 0 0.43 0.64
HSL 93º 0.28% 0.28% -
HSV(B) 93º 0.43% 0.36% -
XYZ 6.97 9.2 4.66 -
YUV 80.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 70 92 52 0.24 0 0.43 0.64 93 0.28 0.28
Hex 46 5C 34 18 0 2B 40 5D 1C 1C
Octal 106 134 64 30 0 53 100 135 34 34
Binary 1000110 1011100 110100 11000 0 101011 1000000 1011101 11100 11100

Color Harmonies of #465C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C34

Black with #465C34

Text Example


Text Example

White with #465C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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