Html Css Color HEX #467220 Dell

📋 copy color: '#467220'

red 70 ◦ green 114 ◦ blue 32

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

Shades of Dell #467220

Tints of Dell #467220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.78%

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 32.41%
G = 52.78%
B = 14.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#467220 (or 0x467220) is known color: Dell. HEX triplet: 46, 72 and 20. RGB value is (70,114,32). Sum of RGB (Red+Green+Blue) = 70+114+32=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #467220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467220 is #B98DDF. Grayscale: #5B5B5B. Windows color (decimal): -12160480 or 2126406. OLE color: 2126406.

HSL color Cylindrical-coordinate representation of color #467220: hue angle of 92.2º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467220 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 32 -
CMYK 0.39 0 0.72 0.55
HSL 92.2º 0.56% 0.29% -
HSV(B) 92.2º 0.72% 0.45% -
XYZ 8.8 13.44 3.5 -
YUV 91.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 70 114 32 0.39 0 0.72 0.55 92.2 0.56 0.29
Hex 46 72 20 27 0 48 37 5C 38 1D
Octal 106 162 40 47 0 110 67 134 70 35
Binary 1000110 1110010 100000 100111 0 1001000 110111 1011100 111000 11101

Color Harmonies of #467220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467220

Black with #467220

Text Example


Text Example

White with #467220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467220; }

 p { color: rgb(70,114,32); }

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

background-color css

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

 a { background-color: rgb(70,114,32); }

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

border-color css

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

 span { border-color: rgb(70,114,32); }

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