Html Css Color HEX #465F2C Dell

📋 copy color: '#465F2C'

red 70 ◦ green 95 ◦ blue 44

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

Shades of Dell #465F2C

Tints of Dell #465F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.45%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 33.49%
G = 45.45%
B = 21.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#465F2C (or 0x465F2C) is known color: Dell. HEX triplet: 46, 5F and 2C. RGB value is (70,95,44). Sum of RGB (Red+Green+Blue) = 70+95+44=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #465F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F2C is #B9A0D3. Grayscale: #515151. Windows color (decimal): -12165332 or 2907974. OLE color: 2907974.

HSL color Cylindrical-coordinate representation of color #465F2C: hue angle of 89.41º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465F2C is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 95 44 -
CMYK 0.26 0 0.54 0.63
HSL 89.41º 0.37% 0.27% -
HSV(B) 89.41º 0.54% 0.37% -
XYZ 7.07 9.67 3.88 -
YUV 81.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 70 95 44 0.26 0 0.54 0.63 89.41 0.37 0.27
Hex 46 5F 2C 1A 0 36 3F 59 25 1B
Octal 106 137 54 32 0 66 77 131 45 33
Binary 1000110 1011111 101100 11010 0 110110 111111 1011001 100101 11011

Color Harmonies of #465F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F2C

Black with #465F2C

Text Example


Text Example

White with #465F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,95,44); }

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

background-color css

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

 a { background-color: rgb(70,95,44); }

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

border-color css

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

 span { border-color: rgb(70,95,44); }

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