Html Css Color HEX #3E6D0F Dell

📋 copy color: '#3E6D0F'

red 62 ◦ green 109 ◦ blue 15

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

Shades of Dell #3E6D0F

Tints of Dell #3E6D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 58.6%

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 33.33%
G = 58.6%
B = 8.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#3E6D0F (or 0x3E6D0F) is known color: Dell. HEX triplet: 3E, 6D and 0F. RGB value is (62,109,15). Sum of RGB (Red+Green+Blue) = 62+109+15=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #3E6D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6D0F is #C192F0. Grayscale: #545454. Windows color (decimal): -12686065 or 1011006. OLE color: 1011006.

HSL color Cylindrical-coordinate representation of color #3E6D0F: hue angle of 90º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E6D0F is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 109 15 -
CMYK 0.43 0 0.86 0.57
HSL 90º 0.76% 0.24% -
HSV(B) 90º 0.86% 0.43% -
XYZ 7.54 12 2.37 -
YUV 84.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 62 109 15 0.43 0 0.86 0.57 90 0.76 0.24
Hex 3E 6D F 2B 0 56 39 5A 4C 18
Octal 76 155 17 53 0 126 71 132 114 30
Binary 111110 1101101 1111 101011 0 1010110 111001 1011010 1001100 11000

Color Harmonies of #3E6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6D0F

Black with #3E6D0F

Text Example


Text Example

White with #3E6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,109,15); }

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

background-color css

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

 a { background-color: rgb(62,109,15); }

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

border-color css

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

 span { border-color: rgb(62,109,15); }

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