#0B3D07

Color #0B3D07 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0B3D07

Tints of Myrtle #0B3D07

Color information

#0B3D07 (or 0x0B3D07) is unknown color: approx Myrtle. HEX triplet: 0B, 3D and 07. RGB value is (11,61,7). Sum of RGB (Red+Green+Blue) = 11+61+7=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 61 (24.22% from 255 or 77.22% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 61 - color contains mainly: green. Hex color #0B3D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3D07 is #F4C2F8. Grayscale: #282828. Windows color (decimal): -16040697 or 474379. OLE color: 474379.

HSL color Cylindrical-coordinate representation of color #0B3D07: hue angle of 115.56º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3D07 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.

Color convert

RGB11617-
CMYK0.8200.890.76
HSL115.56º79.41%13.33%-
HSV(B)115.56º88.52%23.92%-
XYZ1.853.420.76-
YUV39.89109.44107.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.92%
GREEN value IS 61 (24.22% from 255) = 77.22%
BLUE value IS 7 (3.12% from 255) = 8.86%
R=13.92%
G=77.22%
B=8.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal116170.8200.890.76115.5679.4113.33
HexB3D7520594C744fd
Octal13757122013111416411715
Binary10111111011111010010010110011001100111010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,61,7); }

 H1.HeaderClassName
 {
   color: #0B3D07;
 }
 .AnyTagClassName
 {
   color: #0B3D07;
 }
</style>
background-color css

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

 a { background-color: rgb(11,61,7); }

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

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

 span { border-color: rgb(11,61,7); }

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