Html Css Color HEX #0B5E13 Myrtle

📋 copy color: '#0B5E13'

red 11 ◦ green 94 ◦ blue 19

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

Shades of Myrtle #0B5E13

Tints of Myrtle #0B5E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 75.81%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 8.87%
G = 75.81%
B = 15.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.63

RGB Variations

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

Color information

#0B5E13 (or 0x0B5E13) is known color: Myrtle. HEX triplet: 0B, 5E and 13. RGB value is (11,94,19). Sum of RGB (Red+Green+Blue) = 11+94+19=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 94 (37.11% from 255 or 75.81% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 94 - color contains mainly: green. Hex color #0B5E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5E13 is #F4A1EC. Grayscale: #3C3C3C. Windows color (decimal): -16032237 or 1269259. OLE color: 1269259.

HSL color Cylindrical-coordinate representation of color #0B5E13: hue angle of 125.78º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5E13 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 94 19 -
CMYK 0.88 0 0.80 0.63
HSL 125.78º 0.79% 0.21% -
HSV(B) 125.78º 0.88% 0.37% -
XYZ 4.26 8.12 1.96 -
YUV 60.63 104.5 92.6 -
System Red Green Blue C M Y K H S L
Decimal 11 94 19 0.88 0 0.80 0.63 125.78 0.79 0.21
Hex B 5E 13 58 0 50 3F 7E 4F 15
Octal 13 136 23 130 0 120 77 176 117 25
Binary 1011 1011110 10011 1011000 0 1010000 111111 1111110 1001111 10101

Color Harmonies of #0B5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5E13

Black with #0B5E13

Text Example


Text Example

White with #0B5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,94,19); }

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

background-color css

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

 a { background-color: rgb(11,94,19); }

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

border-color css

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

 span { border-color: rgb(11,94,19); }

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