#234C14

Color #234C14 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #234C14

Tints of Myrtle #234C14

Color information

#234C14 (or 0x234C14) is unknown color: approx Myrtle. HEX triplet: 23, 4C and 14. RGB value is (35,76,20). Sum of RGB (Red+Green+Blue) = 35+76+20=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #234C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234C14 is #DCB3EB. Grayscale: #393939. Windows color (decimal): -14463980 or 1330211. OLE color: 1330211.

HSL color Cylindrical-coordinate representation of color #234C14: hue angle of 103.93º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234C14 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB357620-
CMYK0.5400.740.70
HSL103.93º58.33%18.82%-
HSV(B)103.93º73.68%29.8%-
XYZ3.45.581.56-
YUV57.36106.92112.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 76 (30.08% from 255) = 58.02%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=26.72%
G=58.02%
B=15.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3576200.5400.740.70103.9358.3318.82
Hex234C143604A46683a13
Octal43114246601121061507223
Binary100011100110010100110110010010101000110110100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234C14; }

 p { color: rgb(35,76,20); }

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

<style>
 a { background-color: #234C14; }

 a { background-color: rgb(35,76,20); }

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

<style>
 span { border-color: #234C14; }

 span { border-color: rgb(35,76,20); }

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