#235B12

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

Shades of Myrtle #235B12

Tints of Myrtle #235B12

Color information

#235B12 (or 0x235B12) is unknown color: approx Myrtle. HEX triplet: 23, 5B and 12. RGB value is (35,91,18). Sum of RGB (Red+Green+Blue) = 35+91+18=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 91 (35.94% from 255 or 63.19% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 91 - color contains mainly: green. Hex color #235B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235B12 is #DCA4ED. Grayscale: #424242. Windows color (decimal): -14460142 or 1202979. OLE color: 1202979.

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

Color convert

RGB359118-
CMYK0.6200.800.64
HSL106.03º66.97%21.37%-
HSV(B)106.03º80.22%35.69%-
XYZ4.547.881.85-
YUV65.93100.95105.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 91 (35.94% from 255) = 63.19%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=24.31%
G=63.19%
B=12.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3591180.6200.800.64106.0366.9721.37
Hex235B123E050406a4315
Octal431332276012010015210325
Binary1000111011011100101111100101000010000001101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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