#0C260B

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

Shades of Myrtle #0C260B

Tints of Myrtle #0C260B

Color information

#0C260B (or 0x0C260B) is unknown color: approx Myrtle. HEX triplet: 0C, 26 and 0B. RGB value is (12,38,11). Sum of RGB (Red+Green+Blue) = 12+38+11=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #0C260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C260B is #F3D9F4. Grayscale: #1B1B1B. Windows color (decimal): -15981045 or 730636. OLE color: 730636.

HSL color Cylindrical-coordinate representation of color #0C260B: hue angle of 117.78º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C260B is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB123811-
CMYK0.6800.710.85
HSL117.78º55.1%9.61%-
HSV(B)117.78º71.05%14.9%-
XYZ0.911.490.56-
YUV27.15118.89117.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.67%
GREEN value IS 38 (15.23% from 255) = 62.30%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=19.67%
G=62.30%
B=18.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1238110.6800.710.85117.7855.19.61
HexC26B44047557637a
Octal14461310401071251666712
Binary11001001101011100010001000111101010111101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C260B; }

 p { color: rgb(12,38,11); }

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

<style>
 a { background-color: #0C260B; }

 a { background-color: rgb(12,38,11); }

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

<style>
 span { border-color: #0C260B; }

 span { border-color: rgb(12,38,11); }

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