Html Css Color HEX #0C2509 Myrtle

📋 copy color: '#0C2509'

red 12 ◦ green 37 ◦ blue 9

#0C2509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0C2509

Tints of Myrtle #0C2509

RGB

 RED value IS 12 (5.08% from 255) = 20.69%

 GREEN value IS 37 (14.84% from 255) = 63.79%

 BLUE value IS 9 (3.91% from 255) = 15.52%

R = 20.69%
G = 63.79%
B = 15.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#0C2509 (or 0x0C2509) is known color: Myrtle. HEX triplet: 0C, 25 and 09. RGB value is (12,37,9). Sum of RGB (Red+Green+Blue) = 12+37+9=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #0C2509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2509 is #F3DAF6. Grayscale: #1A1A1A. Windows color (decimal): -15981303 or 599308. OLE color: 599308.

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

Color convert

RGB 12 37 9 -
CMYK 0.68 0 0.76 0.85
HSL 113.57º 0.61% 0.09% -
HSV(B) 113.57º 0.76% 0.15% -
XYZ 0.86 1.42 0.49 -
YUV 26.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 12 37 9 0.68 0 0.76 0.85 113.57 0.61 0.09
Hex C 25 9 44 0 4C 55 72 3D 9
Octal 14 45 11 104 0 114 125 162 75 11
Binary 1100 100101 1001 1000100 0 1001100 1010101 1110010 111101 1001

Color Harmonies of #0C2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2509

Black with #0C2509

Text Example


Text Example

White with #0C2509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,9); }

 H1.HeaderClassName
 {
   color: #0C2509;
 }
 .AnyTagClassName
 {
   color: #0C2509;
 }
</style>

background-color css

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

 a { background-color: rgb(12,37,9); }

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

border-color css

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

 span { border-color: rgb(12,37,9); }

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