Html Css Color HEX #1C370D Myrtle

📋 copy color: '#1C370D'

red 28 ◦ green 55 ◦ blue 13

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

Shades of Myrtle #1C370D

Tints of Myrtle #1C370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 57.29%

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 29.17%
G = 57.29%
B = 13.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#1C370D (or 0x1C370D) is known color: Myrtle. HEX triplet: 1C, 37 and 0D. RGB value is (28,55,13). Sum of RGB (Red+Green+Blue) = 28+55+13=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #1C370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C370D is #E3C8F2. Grayscale: #2A2A2A. Windows color (decimal): -14928115 or 866076. OLE color: 866076.

HSL color Cylindrical-coordinate representation of color #1C370D: hue angle of 98.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C370D is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 28 55 13 -
CMYK 0.49 0 0.76 0.78
HSL 98.57º 0.62% 0.13% -
HSV(B) 98.57º 0.76% 0.22% -
XYZ 1.92 3.01 0.86 -
YUV 42.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 28 55 13 0.49 0 0.76 0.78 98.57 0.62 0.13
Hex 1C 37 D 31 0 4C 4E 63 3E D
Octal 34 67 15 61 0 114 116 143 76 15
Binary 11100 110111 1101 110001 0 1001100 1001110 1100011 111110 1101

Color Harmonies of #1C370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C370D

Black with #1C370D

Text Example


Text Example

White with #1C370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,55,13); }

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

background-color css

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

 a { background-color: rgb(28,55,13); }

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

border-color css

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

 span { border-color: rgb(28,55,13); }

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