Html Css Color HEX #3E6216 Dell

📋 copy color: '#3E6216'

red 62 ◦ green 98 ◦ blue 22

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

Shades of Dell #3E6216

Tints of Dell #3E6216

RGB

 RED value IS 62 (24.61% from 255) = 34.07%

 GREEN value IS 98 (38.67% from 255) = 53.85%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 34.07%
G = 53.85%
B = 12.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#3E6216 (or 0x3E6216) is known color: Dell. HEX triplet: 3E, 62 and 16. RGB value is (62,98,22). Sum of RGB (Red+Green+Blue) = 62+98+22=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6216 is #C19DE9. Grayscale: #4E4E4E. Windows color (decimal): -12688874 or 1466942. OLE color: 1466942.

HSL color Cylindrical-coordinate representation of color #3E6216: hue angle of 88.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E6216 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 98 22 -
CMYK 0.37 0 0.78 0.62
HSL 88.42º 0.63% 0.24% -
HSV(B) 88.42º 0.78% 0.38% -
XYZ 6.5 9.82 2.31 -
YUV 78.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 62 98 22 0.37 0 0.78 0.62 88.42 0.63 0.24
Hex 3E 62 16 25 0 4E 3E 58 3F 18
Octal 76 142 26 45 0 116 76 130 77 30
Binary 111110 1100010 10110 100101 0 1001110 111110 1011000 111111 11000

Color Harmonies of #3E6216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6216

Black with #3E6216

Text Example


Text Example

White with #3E6216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E6216; }

 p { color: rgb(62,98,22); }

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

background-color css

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

 a { background-color: rgb(62,98,22); }

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

border-color css

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

 span { border-color: rgb(62,98,22); }

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