#235B14

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

Shades of Myrtle #235B14

Tints of Myrtle #235B14

Color information

#235B14 (or 0x235B14) is unknown color: approx Myrtle. HEX triplet: 23, 5B and 14. RGB value is (35,91,20). Sum of RGB (Red+Green+Blue) = 35+91+20=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 91 (35.94% from 255 or 62.33% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 91 - color contains mainly: green. Hex color #235B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235B14 is #DCA4EB. Grayscale: #424242. Windows color (decimal): -14460140 or 1334051. OLE color: 1334051.

HSL color Cylindrical-coordinate representation of color #235B14: hue angle of 107.32º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235B14 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB359120-
CMYK0.6200.780.64
HSL107.32º63.96%21.76%-
HSV(B)107.32º78.02%35.69%-
XYZ4.567.891.94-
YUV66.16101.95105.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 91 (35.94% from 255) = 62.33%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=23.97%
G=62.33%
B=13.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3591200.6200.780.64107.3263.9621.76
Hex235B143E04E406b4016
Octal431332476011610015310026
Binary1000111011011101001111100100111010000001101011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235B14; }

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

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

<style>
 a { background-color: #235B14; }

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

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

<style>
 span { border-color: #235B14; }

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

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