#1F530B

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

Shades of Myrtle #1F530B

Tints of Myrtle #1F530B

Color information

#1F530B (or 0x1F530B) is unknown color: approx Myrtle. HEX triplet: 1F, 53 and 0B. RGB value is (31,83,11). Sum of RGB (Red+Green+Blue) = 31+83+11=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #1F530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F530B is #E0ACF4. Grayscale: #3B3B3B. Windows color (decimal): -14724341 or 742175. OLE color: 742175.

HSL color Cylindrical-coordinate representation of color #1F530B: hue angle of 103.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 #1F530B is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB318311-
CMYK0.6300.870.67
HSL103.33º76.6%18.43%-
HSV(B)103.33º86.75%32.55%-
XYZ3.726.51.38-
YUV59.24100.77107.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.8%
GREEN value IS 83 (32.81% from 255) = 66.4%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=24.8%
G=66.4%
B=8.8%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3183110.6300.870.67103.3376.618.43
Hex1F53B3F05743674d12
Octal371231377012710314711522
Binary11111101001110111111110101011110000111100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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