Html Css Color HEX #466C22 Dell

📋 copy color: '#466C22'

red 70 ◦ green 108 ◦ blue 34

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

Shades of Dell #466C22

Tints of Dell #466C22

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50.94%

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 33.02%
G = 50.94%
B = 16.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#466C22 (or 0x466C22) is known color: Dell. HEX triplet: 46, 6C and 22. RGB value is (70,108,34). Sum of RGB (Red+Green+Blue) = 70+108+34=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #466C22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C22 is #B993DD. Grayscale: #585858. Windows color (decimal): -12162014 or 2255942. OLE color: 2255942.

HSL color Cylindrical-coordinate representation of color #466C22: hue angle of 90.81º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466C22 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 108 34 -
CMYK 0.35 0 0.69 0.58
HSL 90.81º 0.52% 0.28% -
HSV(B) 90.81º 0.69% 0.42% -
XYZ 8.18 12.14 3.43 -
YUV 88.2 97.41 115.02 -
System Red Green Blue C M Y K H S L
Decimal 70 108 34 0.35 0 0.69 0.58 90.81 0.52 0.28
Hex 46 6C 22 23 0 45 3A 5B 34 1C
Octal 106 154 42 43 0 105 72 133 64 34
Binary 1000110 1101100 100010 100011 0 1000101 111010 1011011 110100 11100

Color Harmonies of #466C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C22

Black with #466C22

Text Example


Text Example

White with #466C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466C22; }

 p { color: rgb(70,108,34); }

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

background-color css

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

 a { background-color: rgb(70,108,34); }

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

border-color css

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

 span { border-color: rgb(70,108,34); }

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