Html Css Color HEX #3E6B15 Dell

📋 copy color: '#3E6B15'

red 62 ◦ green 107 ◦ blue 21

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

Shades of Dell #3E6B15

Tints of Dell #3E6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.32%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 32.63%
G = 56.32%
B = 11.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#3E6B15 (or 0x3E6B15) is known color: Dell. HEX triplet: 3E, 6B and 15. RGB value is (62,107,21). Sum of RGB (Red+Green+Blue) = 62+107+21=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6B15 is #C194EA. Grayscale: #545454. Windows color (decimal): -12686571 or 1403710. OLE color: 1403710.

HSL color Cylindrical-coordinate representation of color #3E6B15: hue angle of 91.4º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E6B15 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 107 21 -
CMYK 0.42 0 0.80 0.58
HSL 91.4º 0.67% 0.25% -
HSV(B) 91.4º 0.8% 0.42% -
XYZ 7.38 11.59 2.56 -
YUV 83.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 62 107 21 0.42 0 0.80 0.58 91.4 0.67 0.25
Hex 3E 6B 15 2A 0 50 3A 5B 43 19
Octal 76 153 25 52 0 120 72 133 103 31
Binary 111110 1101011 10101 101010 0 1010000 111010 1011011 1000011 11001

Color Harmonies of #3E6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6B15

Black with #3E6B15

Text Example


Text Example

White with #3E6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,107,21); }

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

background-color css

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

 a { background-color: rgb(62,107,21); }

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

border-color css

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

 span { border-color: rgb(62,107,21); }

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