Html Css Color HEX #0C530F Myrtle

📋 copy color: '#0C530F'

red 12 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #0C530F

Tints of Myrtle #0C530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 75.45%

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 10.91%
G = 75.45%
B = 13.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#0C530F (or 0x0C530F) is known color: Myrtle. HEX triplet: 0C, 53 and 0F. RGB value is (12,83,15). Sum of RGB (Red+Green+Blue) = 12+83+15=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #0C530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C530F is #F3ACF0. Grayscale: #363636. Windows color (decimal): -15969521 or 1004300. OLE color: 1004300.

HSL color Cylindrical-coordinate representation of color #0C530F: hue angle of 122.54º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C530F is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 83 15 -
CMYK 0.86 0 0.82 0.67
HSL 122.54º 0.75% 0.19% -
HSV(B) 122.54º 0.86% 0.33% -
XYZ 3.33 6.3 1.49 -
YUV 54.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 12 83 15 0.86 0 0.82 0.67 122.54 0.75 0.19
Hex C 53 F 56 0 52 43 7B 4B 13
Octal 14 123 17 126 0 122 103 173 113 23
Binary 1100 1010011 1111 1010110 0 1010010 1000011 1111011 1001011 10011

Color Harmonies of #0C530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C530F

Black with #0C530F

Text Example


Text Example

White with #0C530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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