Html Css Color HEX #1C4720 Myrtle

📋 copy color: '#1C4720'

red 28 ◦ green 71 ◦ blue 32

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

Shades of Myrtle #1C4720

Tints of Myrtle #1C4720

RGB

 RED value IS 28 (11.33% from 255) = 21.37%

 GREEN value IS 71 (28.13% from 255) = 54.2%

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

R = 21.37%
G = 54.2%
B = 24.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#1C4720 (or 0x1C4720) is known color: Myrtle. HEX triplet: 1C, 47 and 20. RGB value is (28,71,32). Sum of RGB (Red+Green+Blue) = 28+71+32=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4720 is #E3B8DF. Grayscale: #353535. Windows color (decimal): -14924000 or 2115356. OLE color: 2115356.

HSL color Cylindrical-coordinate representation of color #1C4720: hue angle of 125.58º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C4720 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 71 32 -
CMYK 0.61 0 0.55 0.72
HSL 125.58º 0.43% 0.19% -
HSV(B) 125.58º 0.61% 0.28% -
XYZ 2.99 4.86 2.15 -
YUV 53.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 28 71 32 0.61 0 0.55 0.72 125.58 0.43 0.19
Hex 1C 47 20 3D 0 37 48 7E 2B 13
Octal 34 107 40 75 0 67 110 176 53 23
Binary 11100 1000111 100000 111101 0 110111 1001000 1111110 101011 10011

Color Harmonies of #1C4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4720

Black with #1C4720

Text Example


Text Example

White with #1C4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,71,32); }

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

background-color css

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

 a { background-color: rgb(28,71,32); }

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

border-color css

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

 span { border-color: rgb(28,71,32); }

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