#265C12

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

Shades of Myrtle #265C12

Tints of Myrtle #265C12

Color information

#265C12 (or 0x265C12) is unknown color: approx Myrtle. HEX triplet: 26, 5C and 12. RGB value is (38,92,18). Sum of RGB (Red+Green+Blue) = 38+92+18=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #265C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265C12 is #D9A3ED. Grayscale: #434343. Windows color (decimal): -14263278 or 1203238. OLE color: 1203238.

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

Color convert

RGB389218-
CMYK0.5900.800.64
HSL103.78º67.27%21.57%-
HSV(B)103.78º80.43%36.08%-
XYZ4.748.111.89-
YUV67.42100.11107.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 92 (36.33% from 255) = 62.16%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=25.68%
G=62.16%
B=12.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892180.5900.800.64103.7867.2721.57
Hex265C123B05040684316
Octal461342273012010015010326
Binary1001101011100100101110110101000010000001101000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265C12; }

 p { color: rgb(38,92,18); }

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

<style>
 a { background-color: #265C12; }

 a { background-color: rgb(38,92,18); }

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

<style>
 span { border-color: #265C12; }

 span { border-color: rgb(38,92,18); }

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