Html Css Color HEX #0B530F Myrtle

📋 copy color: '#0B530F'

red 11 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #0B530F

Tints of Myrtle #0B530F

RGB

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

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

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

R = 10.09%
G = 76.15%
B = 13.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#0B530F (or 0x0B530F) is known color: Myrtle. HEX triplet: 0B, 53 and 0F. RGB value is (11,83,15). Sum of RGB (Red+Green+Blue) = 11+83+15=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #0B530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B530F is #F4ACF0. Grayscale: #353535. Windows color (decimal): -16035057 or 1004299. OLE color: 1004299.

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

Color convert

RGB 11 83 15 -
CMYK 0.87 0 0.82 0.67
HSL 123.33º 0.77% 0.18% -
HSV(B) 123.33º 0.87% 0.33% -
XYZ 3.32 6.29 1.49 -
YUV 53.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 11 83 15 0.87 0 0.82 0.67 123.33 0.77 0.18
Hex B 53 F 57 0 52 43 7B 4D 12
Octal 13 123 17 127 0 122 103 173 115 22
Binary 1011 1010011 1111 1010111 0 1010010 1000011 1111011 1001101 10010

Color Harmonies of #0B530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B530F

Black with #0B530F

Text Example


Text Example

White with #0B530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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