Html Css Color HEX #0C430D Myrtle

📋 copy color: '#0C430D'

red 12 ◦ green 67 ◦ blue 13

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

Shades of Myrtle #0C430D

Tints of Myrtle #0C430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 72.83%

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 13.04%
G = 72.83%
B = 14.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#0C430D (or 0x0C430D) is known color: Myrtle. HEX triplet: 0C, 43 and 0D. RGB value is (12,67,13). Sum of RGB (Red+Green+Blue) = 12+67+13=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #0C430D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C430D is #F3BCF2. Grayscale: #2C2C2C. Windows color (decimal): -15973619 or 869132. OLE color: 869132.

HSL color Cylindrical-coordinate representation of color #0C430D: hue angle of 121.09º 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 #0C430D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 67 13 -
CMYK 0.82 0 0.81 0.74
HSL 121.09º 0.7% 0.15% -
HSV(B) 121.09º 0.82% 0.26% -
XYZ 2.23 4.12 1.06 -
YUV 44.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 12 67 13 0.82 0 0.81 0.74 121.09 0.7 0.15
Hex C 43 D 52 0 51 4A 79 46 F
Octal 14 103 15 122 0 121 112 171 106 17
Binary 1100 1000011 1101 1010010 0 1010001 1001010 1111001 1000110 1111

Color Harmonies of #0C430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C430D

Black with #0C430D

Text Example


Text Example

White with #0C430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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