Html Css Color HEX #0B520C Myrtle

📋 copy color: '#0B520C'

red 11 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #0B520C

Tints of Myrtle #0B520C

RGB

 RED value IS 11 (4.69% from 255) = 10.48%

 GREEN value IS 82 (32.42% from 255) = 78.1%

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 10.48%
G = 78.1%
B = 11.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#0B520C (or 0x0B520C) is known color: Myrtle. HEX triplet: 0B, 52 and 0C. RGB value is (11,82,12). Sum of RGB (Red+Green+Blue) = 11+82+12=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #0B520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B520C is #F4ADF3. Grayscale: #343434. Windows color (decimal): -16035316 or 807435. OLE color: 807435.

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

Color convert

RGB 11 82 12 -
CMYK 0.87 0 0.85 0.68
HSL 120.85º 0.76% 0.18% -
HSV(B) 120.85º 0.87% 0.32% -
XYZ 3.22 6.13 1.36 -
YUV 52.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 11 82 12 0.87 0 0.85 0.68 120.85 0.76 0.18
Hex B 52 C 57 0 55 44 79 4C 12
Octal 13 122 14 127 0 125 104 171 114 22
Binary 1011 1010010 1100 1010111 0 1010101 1000100 1111001 1001100 10010

Color Harmonies of #0B520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B520C

Black with #0B520C

Text Example


Text Example

White with #0B520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,82,12); }

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

background-color css

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

 a { background-color: rgb(11,82,12); }

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

border-color css

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

 span { border-color: rgb(11,82,12); }

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