#0E6634

Color #0E6634 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #0E6634

Tints of Fun Green #0E6634

Color information

#0E6634 (or 0x0E6634) is unknown color: approx Fun Green. HEX triplet: 0E, 66 and 34. RGB value is (14,102,52). Sum of RGB (Red+Green+Blue) = 14+102+52=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6634 is #F199CB. Grayscale: #464646. Windows color (decimal): -15833548 or 3433998. OLE color: 3433998.

HSL color Cylindrical-coordinate representation of color #0E6634: hue angle of 145.91º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6634 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB1410252-
CMYK0.8600.490.6
HSL145.91º75.86%22.75%-
HSV(B)145.91º86.27%40%-
XYZ5.559.844.86-
YUV69.99117.8588.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.33%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=8.33%
G=60.71%
B=30.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal14102520.8600.490.6145.9175.8622.75
HexE6634560313C924c17
Octal16146641260617422211427
Binary111011001101101001010110011000111110010010010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6634; }

 p { color: rgb(14,102,52); }

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

<style>
 a { background-color: #0E6634; }

 a { background-color: rgb(14,102,52); }

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

<style>
 span { border-color: #0E6634; }

 span { border-color: rgb(14,102,52); }

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