Html Css Color HEX #0C4B15 Myrtle

📋 copy color: '#0C4B15'

red 12 ◦ green 75 ◦ blue 21

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

Shades of Myrtle #0C4B15

Tints of Myrtle #0C4B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 69.44%

 BLUE value IS 21 (8.59% from 255) = 19.44%

R = 11.11%
G = 69.44%
B = 19.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#0C4B15 (or 0x0C4B15) is known color: Myrtle. HEX triplet: 0C, 4B and 15. RGB value is (12,75,21). Sum of RGB (Red+Green+Blue) = 12+75+21=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4B15 is #F3B4EA. Grayscale: #323232. Windows color (decimal): -15971563 or 1395468. OLE color: 1395468.

HSL color Cylindrical-coordinate representation of color #0C4B15: hue angle of 128.57º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4B15 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 75 21 -
CMYK 0.84 0 0.72 0.71
HSL 128.57º 0.72% 0.17% -
HSV(B) 128.57º 0.84% 0.29% -
XYZ 2.8 5.16 1.56 -
YUV 50.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 12 75 21 0.84 0 0.72 0.71 128.57 0.72 0.17
Hex C 4B 15 54 0 48 47 81 48 11
Octal 14 113 25 124 0 110 107 201 110 21
Binary 1100 1001011 10101 1010100 0 1001000 1000111 10000001 1001000 10001

Color Harmonies of #0C4B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4B15

Black with #0C4B15

Text Example


Text Example

White with #0C4B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,75,21); }

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

background-color css

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

 a { background-color: rgb(12,75,21); }

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

border-color css

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

 span { border-color: rgb(12,75,21); }

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