Html Css Color HEX #1C6549 Jewel

📋 copy color: '#1C6549'

red 28 ◦ green 101 ◦ blue 73

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

Shades of Jewel #1C6549

Tints of Jewel #1C6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 36.14%

R = 13.86%
G = 50%
B = 36.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#1C6549 (or 0x1C6549) is known color: Jewel. HEX triplet: 1C, 65 and 49. RGB value is (28,101,73). Sum of RGB (Red+Green+Blue) = 28+101+73=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #1C6549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6549 is #E39AB6. Grayscale: #4C4C4C. Windows color (decimal): -14916279 or 4810012. OLE color: 4810012.

HSL color Cylindrical-coordinate representation of color #1C6549: hue angle of 156.99º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6549 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 28 101 73 -
CMYK 0.72 0 0.28 0.60
HSL 156.99º 0.57% 0.25% -
HSV(B) 156.99º 0.72% 0.4% -
XYZ 6.34 10.04 7.91 -
YUV 75.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 28 101 73 0.72 0 0.28 0.60 156.99 0.57 0.25
Hex 1C 65 49 48 0 1C 3C 9D 39 19
Octal 34 145 111 110 0 34 74 235 71 31
Binary 11100 1100101 1001001 1001000 0 11100 111100 10011101 111001 11001

Color Harmonies of #1C6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6549

Black with #1C6549

Text Example


Text Example

White with #1C6549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,101,73); }

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

background-color css

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

 a { background-color: rgb(28,101,73); }

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

border-color css

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

 span { border-color: rgb(28,101,73); }

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