#14673C

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

Shades of Fun Green #14673C

Tints of Fun Green #14673C

Color information

#14673C (or 0x14673C) is unknown color: approx Fun Green. HEX triplet: 14, 67 and 3C. RGB value is (20,103,60). Sum of RGB (Red+Green+Blue) = 20+103+60=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #14673C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14673C is #EB98C3. Grayscale: #494949. Windows color (decimal): -15440068 or 3958548. OLE color: 3958548.

HSL color Cylindrical-coordinate representation of color #14673C: hue angle of 148.92º 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 #14673C is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB2010360-
CMYK0.8100.420.60
HSL148.92º67.48%24.12%-
HSV(B)148.92º80.58%40.39%-
XYZ5.9510.185.93-
YUV73.28120.590-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 103 (40.62% from 255) = 56.28%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=10.93%
G=56.28%
B=32.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103600.8100.420.60148.9267.4824.12
Hex14673C5102A3C954318
Octal24147741210527422510330
Binary1010011001111111001010001010101011110010010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14673C; }

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

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

<style>
 a { background-color: #14673C; }

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

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

<style>
 span { border-color: #14673C; }

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

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