#3E6A25

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

Shades of Dell #3E6A25

Tints of Dell #3E6A25

Color information

#3E6A25 (or 0x3E6A25) is unknown color: approx Dell. HEX triplet: 3E, 6A and 25. RGB value is (62,106,37). Sum of RGB (Red+Green+Blue) = 62+106+37=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6A25 is #C195DA. Grayscale: #555555. Windows color (decimal): -12686811 or 2452030. OLE color: 2452030.

HSL color Cylindrical-coordinate representation of color #3E6A25: hue angle of 98.26º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E6A25 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB6210637-
CMYK0.4200.650.58
HSL98.26º48.25%28.04%-
HSV(B)98.26º65.09%41.57%-
XYZ7.4711.473.57-
YUV84.98100.92111.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.24%
GREEN value IS 106 (41.80% from 255) = 51.71%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=30.24%
G=51.71%
B=18.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62106370.4200.650.5898.2648.2528.04
Hex3E6A252A0413A62301c
Octal7615245520101721426034
Binary111110110101010010110101001000001111010110001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,106,37); }

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

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

 a { background-color: rgb(62,106,37); }

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

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

 span { border-color: rgb(62,106,37); }

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