Html Css Color HEX #1B5514 Myrtle

📋 copy color: '#1B5514'

red 27 ◦ green 85 ◦ blue 20

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

Shades of Myrtle #1B5514

Tints of Myrtle #1B5514

RGB

 RED value IS 27 (10.94% from 255) = 20.45%

 GREEN value IS 85 (33.59% from 255) = 64.39%

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 20.45%
G = 64.39%
B = 15.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#1B5514 (or 0x1B5514) is known color: Myrtle. HEX triplet: 1B, 55 and 14. RGB value is (27,85,20). Sum of RGB (Red+Green+Blue) = 27+85+20=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5514 is #E4AAEB. Grayscale: #3C3C3C. Windows color (decimal): -14985964 or 1332507. OLE color: 1332507.

HSL color Cylindrical-coordinate representation of color #1B5514: hue angle of 113.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B5514 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 85 20 -
CMYK 0.68 0 0.76 0.67
HSL 113.54º 0.62% 0.21% -
HSV(B) 113.54º 0.76% 0.33% -
XYZ 3.83 6.78 1.77 -
YUV 60.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 27 85 20 0.68 0 0.76 0.67 113.54 0.62 0.21
Hex 1B 55 14 44 0 4C 43 72 3E 15
Octal 33 125 24 104 0 114 103 162 76 25
Binary 11011 1010101 10100 1000100 0 1001100 1000011 1110010 111110 10101

Color Harmonies of #1B5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5514

Black with #1B5514

Text Example


Text Example

White with #1B5514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,85,20); }

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

background-color css

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

 a { background-color: rgb(27,85,20); }

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

border-color css

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

 span { border-color: rgb(27,85,20); }

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