#1B630C

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

Shades of Myrtle #1B630C

Tints of Myrtle #1B630C

Color information

#1B630C (or 0x1B630C) is unknown color: approx Myrtle. HEX triplet: 1B, 63 and 0C. RGB value is (27,99,12). Sum of RGB (Red+Green+Blue) = 27+99+12=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #1B630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B630C is #E49CF3. Grayscale: #434343. Windows color (decimal): -14982388 or 811803. OLE color: 811803.

HSL color Cylindrical-coordinate representation of color #1B630C: hue angle of 109.66º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B630C is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB279912-
CMYK0.7300.880.61
HSL109.66º78.38%21.76%-
HSV(B)109.66º87.88%38.82%-
XYZ4.989.181.86-
YUV67.5596.6599.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.57%
GREEN value IS 99 (39.06% from 255) = 71.74%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=19.57%
G=71.74%
B=8.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799120.7300.880.61109.6678.3821.76
Hex1B63C490583D6e4e16
Octal331431411101307515611626
Binary11011110001111001001001010110001111011101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B630C; }

 p { color: rgb(27,99,12); }

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

<style>
 a { background-color: #1B630C; }

 a { background-color: rgb(27,99,12); }

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

<style>
 span { border-color: #1B630C; }

 span { border-color: rgb(27,99,12); }

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