Html Css Color HEX #3E6815 Dell

📋 copy color: '#3E6815'

red 62 ◦ green 104 ◦ blue 21

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

Shades of Dell #3E6815

Tints of Dell #3E6815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

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

R = 33.16%
G = 55.61%
B = 11.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#3E6815 (or 0x3E6815) is known color: Dell. HEX triplet: 3E, 68 and 15. RGB value is (62,104,21). Sum of RGB (Red+Green+Blue) = 62+104+21=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6815 is #C197EA. Grayscale: #525252. Windows color (decimal): -12687339 or 1402942. OLE color: 1402942.

HSL color Cylindrical-coordinate representation of color #3E6815: hue angle of 90.36º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E6815 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 104 21 -
CMYK 0.40 0 0.80 0.59
HSL 90.36º 0.66% 0.25% -
HSV(B) 90.36º 0.8% 0.41% -
XYZ 7.07 10.98 2.46 -
YUV 81.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 62 104 21 0.40 0 0.80 0.59 90.36 0.66 0.25
Hex 3E 68 15 28 0 50 3B 5A 42 19
Octal 76 150 25 50 0 120 73 132 102 31
Binary 111110 1101000 10101 101000 0 1010000 111011 1011010 1000010 11001

Color Harmonies of #3E6815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6815

Black with #3E6815

Text Example


Text Example

White with #3E6815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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