Html Css Color HEX #0C2505 Myrtle

📋 copy color: '#0C2505'

red 12 ◦ green 37 ◦ blue 5

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

Shades of Myrtle #0C2505

Tints of Myrtle #0C2505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.26%

R = 22.22%
G = 68.52%
B = 9.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#0C2505 (or 0x0C2505) is known color: Myrtle. HEX triplet: 0C, 25 and 05. RGB value is (12,37,5). Sum of RGB (Red+Green+Blue) = 12+37+5=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #0C2505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2505 is #F3DAFA. Grayscale: #191919. Windows color (decimal): -15981307 or 337164. OLE color: 337164.

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

Color convert

RGB 12 37 5 -
CMYK 0.68 0 0.86 0.85
HSL 106.88º 0.76% 0.08% -
HSV(B) 106.88º 0.86% 0.15% -
XYZ 0.84 1.41 0.37 -
YUV 25.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 12 37 5 0.68 0 0.86 0.85 106.88 0.76 0.08
Hex C 25 5 44 0 56 55 6B 4C 8
Octal 14 45 5 104 0 126 125 153 114 10
Binary 1100 100101 101 1000100 0 1010110 1010101 1101011 1001100 1000

Color Harmonies of #0C2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2505

Black with #0C2505

Text Example


Text Example

White with #0C2505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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