Html Css Color HEX #467121 Dell

📋 copy color: '#467121'

red 70 ◦ green 113 ◦ blue 33

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

Shades of Dell #467121

Tints of Dell #467121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.31%

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 32.41%
G = 52.31%
B = 15.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#467121 (or 0x467121) is known color: Dell. HEX triplet: 46, 71 and 21. RGB value is (70,113,33). Sum of RGB (Red+Green+Blue) = 70+113+33=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #467121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467121 is #B98EDE. Grayscale: #5B5B5B. Windows color (decimal): -12160735 or 2191686. OLE color: 2191686.

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

Color convert

RGB 70 113 33 -
CMYK 0.38 0 0.71 0.56
HSL 92.25º 0.55% 0.29% -
HSV(B) 92.25º 0.71% 0.44% -
XYZ 8.71 13.22 3.53 -
YUV 91.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 70 113 33 0.38 0 0.71 0.56 92.25 0.55 0.29
Hex 46 71 21 26 0 47 38 5C 37 1D
Octal 106 161 41 46 0 107 70 134 67 35
Binary 1000110 1110001 100001 100110 0 1000111 111000 1011100 110111 11101

Color Harmonies of #467121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467121

Black with #467121

Text Example


Text Example

White with #467121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467121; }

 p { color: rgb(70,113,33); }

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

background-color css

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

 a { background-color: rgb(70,113,33); }

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

border-color css

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

 span { border-color: rgb(70,113,33); }

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