Html Css Color HEX #465C37 Dell

📋 copy color: '#465C37'

red 70 ◦ green 92 ◦ blue 55

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

Shades of Dell #465C37

Tints of Dell #465C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 32.26%
G = 42.4%
B = 25.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#465C37 (or 0x465C37) is known color: Dell. HEX triplet: 46, 5C and 37. RGB value is (70,92,55). Sum of RGB (Red+Green+Blue) = 70+92+55=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #465C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C37 is #B9A3C8. Grayscale: #515151. Windows color (decimal): -12166089 or 3628102. OLE color: 3628102.

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

Color convert

RGB 70 92 55 -
CMYK 0.24 0 0.40 0.64
HSL 95.68º 0.25% 0.29% -
HSV(B) 95.68º 0.4% 0.36% -
XYZ 7.04 9.23 5.03 -
YUV 81.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 70 92 55 0.24 0 0.40 0.64 95.68 0.25 0.29
Hex 46 5C 37 18 0 28 40 60 19 1D
Octal 106 134 67 30 0 50 100 140 31 35
Binary 1000110 1011100 110111 11000 0 101000 1000000 1100000 11001 11101

Color Harmonies of #465C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C37

Black with #465C37

Text Example


Text Example

White with #465C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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