Html Css Color HEX #46722F Dell

📋 copy color: '#46722F'

red 70 ◦ green 114 ◦ blue 47

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

Shades of Dell #46722F

Tints of Dell #46722F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 30.3%
G = 49.35%
B = 20.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#46722F (or 0x46722F) is known color: Dell. HEX triplet: 46, 72 and 2F. RGB value is (70,114,47). Sum of RGB (Red+Green+Blue) = 70+114+47=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #46722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46722F is #B98DD0. Grayscale: #5D5D5D. Windows color (decimal): -12160465 or 3109446. OLE color: 3109446.

HSL color Cylindrical-coordinate representation of color #46722F: hue angle of 99.4º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46722F is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 47 -
CMYK 0.39 0 0.59 0.55
HSL 99.4º 0.42% 0.32% -
HSV(B) 99.4º 0.59% 0.45% -
XYZ 9.06 13.54 4.83 -
YUV 93.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 70 114 47 0.39 0 0.59 0.55 99.4 0.42 0.32
Hex 46 72 2F 27 0 3B 37 63 2A 20
Octal 106 162 57 47 0 73 67 143 52 40
Binary 1000110 1110010 101111 100111 0 111011 110111 1100011 101010 100000

Color Harmonies of #46722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46722F

Black with #46722F

Text Example


Text Example

White with #46722F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46722F; }

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

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

background-color css

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

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

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

border-color css

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

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

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