Html Css Color HEX #1F4C20 Myrtle

📋 copy color: '#1F4C20'

red 31 ◦ green 76 ◦ blue 32

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

Shades of Myrtle #1F4C20

Tints of Myrtle #1F4C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 54.68%

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 22.3%
G = 54.68%
B = 23.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#1F4C20 (or 0x1F4C20) is known color: Myrtle. HEX triplet: 1F, 4C and 20. RGB value is (31,76,32). Sum of RGB (Red+Green+Blue) = 31+76+32=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C20 is #E0B3DF. Grayscale: #393939. Windows color (decimal): -14726112 or 2116639. OLE color: 2116639.

HSL color Cylindrical-coordinate representation of color #1F4C20: hue angle of 121.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4C20 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 31 76 32 -
CMYK 0.59 0 0.58 0.70
HSL 121.33º 0.42% 0.21% -
HSV(B) 121.33º 0.59% 0.3% -
XYZ 3.41 5.56 2.26 -
YUV 57.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 31 76 32 0.59 0 0.58 0.70 121.33 0.42 0.21
Hex 1F 4C 20 3B 0 3A 46 79 2A 15
Octal 37 114 40 73 0 72 106 171 52 25
Binary 11111 1001100 100000 111011 0 111010 1000110 1111001 101010 10101

Color Harmonies of #1F4C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4C20

Black with #1F4C20

Text Example


Text Example

White with #1F4C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,76,32); }

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

background-color css

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

 a { background-color: rgb(31,76,32); }

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

border-color css

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

 span { border-color: rgb(31,76,32); }

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