Html Css Color HEX #466926 Dell

📋 copy color: '#466926'

red 70 ◦ green 105 ◦ blue 38

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

Shades of Dell #466926

Tints of Dell #466926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.3%

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 32.86%
G = 49.3%
B = 17.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#466926 (or 0x466926) is known color: Dell. HEX triplet: 46, 69 and 26. RGB value is (70,105,38). Sum of RGB (Red+Green+Blue) = 70+105+38=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #466926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466926 is #B996D9. Grayscale: #575757. Windows color (decimal): -12162778 or 2517318. OLE color: 2517318.

HSL color Cylindrical-coordinate representation of color #466926: hue angle of 91.34º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #466926 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 38 -
CMYK 0.33 0 0.64 0.59
HSL 91.34º 0.47% 0.28% -
HSV(B) 91.34º 0.64% 0.41% -
XYZ 7.93 11.55 3.64 -
YUV 86.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 70 105 38 0.33 0 0.64 0.59 91.34 0.47 0.28
Hex 46 69 26 21 0 40 3B 5B 2F 1C
Octal 106 151 46 41 0 100 73 133 57 34
Binary 1000110 1101001 100110 100001 0 1000000 111011 1011011 101111 11100

Color Harmonies of #466926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466926

Black with #466926

Text Example


Text Example

White with #466926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466926; }

 p { color: rgb(70,105,38); }

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

background-color css

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

 a { background-color: rgb(70,105,38); }

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

border-color css

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

 span { border-color: rgb(70,105,38); }

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