#3E6714

Color #3E6714 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3E6714

Tints of Dell #3E6714

Color information

#3E6714 (or 0x3E6714) is unknown color: approx Dell. HEX triplet: 3E, 67 and 14. RGB value is (62,103,20). Sum of RGB (Red+Green+Blue) = 62+103+20=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6714 is #C198EB. Grayscale: #515151. Windows color (decimal): -12687596 or 1337150. OLE color: 1337150.

HSL color Cylindrical-coordinate representation of color #3E6714: hue angle of 89.64º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E6714 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB6210320-
CMYK0.4000.810.60
HSL89.64º67.48%24.12%-
HSV(B)89.64º80.58%40.39%-
XYZ6.9610.782.37-
YUV81.2893.42114.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=33.51%
G=55.68%
B=10.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62103200.4000.810.6089.6467.4824.12
Hex3E6714280513C5a4318
Octal76147245001217413210330
Binary111110110011110100101000010100011111001011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,103,20); }

 H1.HeaderClassName
 {
   color: #3E6714;
 }
 .AnyTagClassName
 {
   color: #3E6714;
 }
</style>
background-color css

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

 a { background-color: rgb(62,103,20); }

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

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

 span { border-color: rgb(62,103,20); }

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