Html Css Color HEX #466125 Dell

📋 copy color: '#466125'

red 70 ◦ green 97 ◦ blue 37

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

Shades of Dell #466125

Tints of Dell #466125

RGB

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

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

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

R = 34.31%
G = 47.55%
B = 18.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#466125 (or 0x466125) is known color: Dell. HEX triplet: 46, 61 and 25. RGB value is (70,97,37). Sum of RGB (Red+Green+Blue) = 70+97+37=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #466125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466125 is #B99EDA. Grayscale: #525252. Windows color (decimal): -12164827 or 2449734. OLE color: 2449734.

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

Color convert

RGB 70 97 37 -
CMYK 0.28 0 0.62 0.62
HSL 87º 0.45% 0.26% -
HSV(B) 87º 0.62% 0.38% -
XYZ 7.13 9.99 3.3 -
YUV 82.09 102.55 119.38 -
System Red Green Blue C M Y K H S L
Decimal 70 97 37 0.28 0 0.62 0.62 87 0.45 0.26
Hex 46 61 25 1C 0 3E 3E 57 2D 1A
Octal 106 141 45 34 0 76 76 127 55 32
Binary 1000110 1100001 100101 11100 0 111110 111110 1010111 101101 11010

Color Harmonies of #466125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466125

Black with #466125

Text Example


Text Example

White with #466125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466125; }

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

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

background-color css

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

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

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

border-color css

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

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

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