Html Css Color HEX #1F500B Myrtle

📋 copy color: '#1F500B'

red 31 ◦ green 80 ◦ blue 11

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

Shades of Myrtle #1F500B

Tints of Myrtle #1F500B

RGB

 RED value IS 31 (12.5% from 255) = 25.41%

 GREEN value IS 80 (31.64% from 255) = 65.57%

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 25.41%
G = 65.57%
B = 9.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#1F500B (or 0x1F500B) is known color: Myrtle. HEX triplet: 1F, 50 and 0B. RGB value is (31,80,11). Sum of RGB (Red+Green+Blue) = 31+80+11=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #1F500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F500B is #E0AFF4. Grayscale: #393939. Windows color (decimal): -14725109 or 741407. OLE color: 741407.

HSL color Cylindrical-coordinate representation of color #1F500B: hue angle of 102.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F500B is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 80 11 -
CMYK 0.61 0 0.86 0.69
HSL 102.61º 0.76% 0.18% -
HSV(B) 102.61º 0.86% 0.31% -
XYZ 3.49 6.05 1.3 -
YUV 57.48 101.77 109.11 -
System Red Green Blue C M Y K H S L
Decimal 31 80 11 0.61 0 0.86 0.69 102.61 0.76 0.18
Hex 1F 50 B 3D 0 56 45 67 4C 12
Octal 37 120 13 75 0 126 105 147 114 22
Binary 11111 1010000 1011 111101 0 1010110 1000101 1100111 1001100 10010

Color Harmonies of #1F500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F500B

Black with #1F500B

Text Example


Text Example

White with #1F500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F500B;
 }
 .AnyTagClassName
 {
   color: #1F500B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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