Html Css Color HEX #466325 Dell

📋 copy color: '#466325'

red 70 ◦ green 99 ◦ blue 37

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

Shades of Dell #466325

Tints of Dell #466325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.06%

 BLUE value IS 37 (14.84% from 255) = 17.96%

R = 33.98%
G = 48.06%
B = 17.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#466325 (or 0x466325) is known color: Dell. HEX triplet: 46, 63 and 25. RGB value is (70,99,37). Sum of RGB (Red+Green+Blue) = 70+99+37=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #466325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466325 is #B99CDA. Grayscale: #535353. Windows color (decimal): -12164315 or 2450246. OLE color: 2450246.

HSL color Cylindrical-coordinate representation of color #466325: hue angle of 88.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466325 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 37 -
CMYK 0.29 0 0.63 0.61
HSL 88.06º 0.46% 0.27% -
HSV(B) 88.06º 0.63% 0.39% -
XYZ 7.32 10.36 3.36 -
YUV 83.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 70 99 37 0.29 0 0.63 0.61 88.06 0.46 0.27
Hex 46 63 25 1D 0 3F 3D 58 2E 1B
Octal 106 143 45 35 0 77 75 130 56 33
Binary 1000110 1100011 100101 11101 0 111111 111101 1011000 101110 11011

Color Harmonies of #466325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466325

Black with #466325

Text Example


Text Example

White with #466325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466325; }

 p { color: rgb(70,99,37); }

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

background-color css

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

 a { background-color: rgb(70,99,37); }

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

border-color css

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

 span { border-color: rgb(70,99,37); }

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