#0C430F

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

Shades of Myrtle #0C430F

Tints of Myrtle #0C430F

Color information

#0C430F (or 0x0C430F) is unknown color: approx Myrtle. HEX triplet: 0C, 43 and 0F. RGB value is (12,67,15). Sum of RGB (Red+Green+Blue) = 12+67+15=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #0C430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C430F is #F3BCF0. Grayscale: #2C2C2C. Windows color (decimal): -15973617 or 1000204. OLE color: 1000204.

HSL color Cylindrical-coordinate representation of color #0C430F: hue angle of 123.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C430F is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB126715-
CMYK0.8200.780.74
HSL123.27º69.62%15.49%-
HSV(B)123.27º82.09%26.27%-
XYZ2.244.131.13-
YUV44.63111.28104.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.77%
GREEN value IS 67 (26.56% from 255) = 71.28%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=12.77%
G=71.28%
B=15.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267150.8200.780.74123.2769.6215.49
HexC43F5204E4A7b46f
Octal1410317122011611217310617
Binary1100100001111111010010010011101001010111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,67,15); }

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

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

 a { background-color: rgb(12,67,15); }

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

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

 span { border-color: rgb(12,67,15); }

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