Html Css Color HEX #466135 Dell

📋 copy color: '#466135'

red 70 ◦ green 97 ◦ blue 53

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

Shades of Dell #466135

Tints of Dell #466135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 31.82%
G = 44.09%
B = 24.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#466135 (or 0x466135) is known color: Dell. HEX triplet: 46, 61 and 35. RGB value is (70,97,53). Sum of RGB (Red+Green+Blue) = 70+97+53=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #466135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466135 is #B99ECA. Grayscale: #545454. Windows color (decimal): -12164811 or 3498310. OLE color: 3498310.

HSL color Cylindrical-coordinate representation of color #466135: hue angle of 96.82º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #466135 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 53 -
CMYK 0.28 0 0.45 0.62
HSL 96.82º 0.29% 0.29% -
HSV(B) 96.82º 0.45% 0.38% -
XYZ 7.44 10.11 4.93 -
YUV 83.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 70 97 53 0.28 0 0.45 0.62 96.82 0.29 0.29
Hex 46 61 35 1C 0 2D 3E 61 1D 1D
Octal 106 141 65 34 0 55 76 141 35 35
Binary 1000110 1100001 110101 11100 0 101101 111110 1100001 11101 11101

Color Harmonies of #466135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466135

Black with #466135

Text Example


Text Example

White with #466135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466135; }

 p { color: rgb(70,97,53); }

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

background-color css

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

 a { background-color: rgb(70,97,53); }

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

border-color css

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

 span { border-color: rgb(70,97,53); }

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