Html Css Color HEX #467022 Dell

📋 copy color: '#467022'

red 70 ◦ green 112 ◦ blue 34

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

Shades of Dell #467022

Tints of Dell #467022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.85%

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

R = 32.41%
G = 51.85%
B = 15.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#467022 (or 0x467022) is known color: Dell. HEX triplet: 46, 70 and 22. RGB value is (70,112,34). Sum of RGB (Red+Green+Blue) = 70+112+34=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #467022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467022 is #B98FDD. Grayscale: #5A5A5A. Windows color (decimal): -12160990 or 2256966. OLE color: 2256966.

HSL color Cylindrical-coordinate representation of color #467022: hue angle of 92.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467022 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 34 -
CMYK 0.38 0 0.70 0.56
HSL 92.31º 0.53% 0.29% -
HSV(B) 92.31º 0.7% 0.44% -
XYZ 8.61 13.01 3.57 -
YUV 90.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 70 112 34 0.38 0 0.70 0.56 92.31 0.53 0.29
Hex 46 70 22 26 0 46 38 5C 35 1D
Octal 106 160 42 46 0 106 70 134 65 35
Binary 1000110 1110000 100010 100110 0 1000110 111000 1011100 110101 11101

Color Harmonies of #467022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467022

Black with #467022

Text Example


Text Example

White with #467022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467022; }

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

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

background-color css

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

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

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

border-color css

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

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

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