Html Css Color HEX #0B420A Myrtle

📋 copy color: '#0B420A'

red 11 ◦ green 66 ◦ blue 10

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

Shades of Myrtle #0B420A

Tints of Myrtle #0B420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 75.86%

 BLUE value IS 10 (4.3% from 255) = 11.49%

R = 12.64%
G = 75.86%
B = 11.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#0B420A (or 0x0B420A) is known color: Myrtle. HEX triplet: 0B, 42 and 0A. RGB value is (11,66,10). Sum of RGB (Red+Green+Blue) = 11+66+10=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 66 (26.17% from 255 or 75.86% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 66 - color contains mainly: green. Hex color #0B420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B420A is #F4BDF5. Grayscale: #2B2B2B. Windows color (decimal): -16039414 or 672267. OLE color: 672267.

HSL color Cylindrical-coordinate representation of color #0B420A: hue angle of 118.93º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B420A is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 11 66 10 -
CMYK 0.83 0 0.85 0.74
HSL 118.93º 0.74% 0.15% -
HSV(B) 118.93º 0.85% 0.26% -
XYZ 2.14 3.99 0.94 -
YUV 43.17 109.28 105.05 -
System Red Green Blue C M Y K H S L
Decimal 11 66 10 0.83 0 0.85 0.74 118.93 0.74 0.15
Hex B 42 A 53 0 55 4A 77 4A F
Octal 13 102 12 123 0 125 112 167 112 17
Binary 1011 1000010 1010 1010011 0 1010101 1001010 1110111 1001010 1111

Color Harmonies of #0B420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B420A

Black with #0B420A

Text Example


Text Example

White with #0B420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,66,10); }

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

background-color css

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

 a { background-color: rgb(11,66,10); }

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

border-color css

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

 span { border-color: rgb(11,66,10); }

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