Html Css Color HEX #46712A Dell

📋 copy color: '#46712A'

red 70 ◦ green 113 ◦ blue 42

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

Shades of Dell #46712A

Tints of Dell #46712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 31.11%
G = 50.22%
B = 18.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#46712A (or 0x46712A) is known color: Dell. HEX triplet: 46, 71 and 2A. RGB value is (70,113,42). Sum of RGB (Red+Green+Blue) = 70+113+42=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #46712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46712A is #B98ED5. Grayscale: #5C5C5C. Windows color (decimal): -12160726 or 2781510. OLE color: 2781510.

HSL color Cylindrical-coordinate representation of color #46712A: hue angle of 96.34º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46712A is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 42 -
CMYK 0.38 0 0.63 0.56
HSL 96.34º 0.46% 0.3% -
HSV(B) 96.34º 0.63% 0.44% -
XYZ 8.85 13.28 4.29 -
YUV 92.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 70 113 42 0.38 0 0.63 0.56 96.34 0.46 0.3
Hex 46 71 2A 26 0 3F 38 60 2E 1E
Octal 106 161 52 46 0 77 70 140 56 36
Binary 1000110 1110001 101010 100110 0 111111 111000 1100000 101110 11110

Color Harmonies of #46712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46712A

Black with #46712A

Text Example


Text Example

White with #46712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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