Html Css Color HEX #1C664A Jewel

📋 copy color: '#1C664A'

red 28 ◦ green 102 ◦ blue 74

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

Shades of Jewel #1C664A

Tints of Jewel #1C664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50%

 BLUE value IS 74 (29.3% from 255) = 36.27%

R = 13.73%
G = 50%
B = 36.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#1C664A (or 0x1C664A) is known color: Jewel. HEX triplet: 1C, 66 and 4A. RGB value is (28,102,74). Sum of RGB (Red+Green+Blue) = 28+102+74=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #1C664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C664A is #E399B5. Grayscale: #4C4C4C. Windows color (decimal): -14916022 or 4875804. OLE color: 4875804.

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

Color convert

RGB 28 102 74 -
CMYK 0.73 0 0.27 0.6
HSL 157.3º 0.57% 0.25% -
HSV(B) 157.3º 0.73% 0.4% -
XYZ 6.47 10.24 8.12 -
YUV 76.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 28 102 74 0.73 0 0.27 0.6 157.3 0.57 0.25
Hex 1C 66 4A 49 0 1B 3C 9D 39 19
Octal 34 146 112 111 0 33 74 235 71 31
Binary 11100 1100110 1001010 1001001 0 11011 111100 10011101 111001 11001

Color Harmonies of #1C664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C664A

Black with #1C664A

Text Example


Text Example

White with #1C664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,102,74); }

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

background-color css

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

 a { background-color: rgb(28,102,74); }

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

border-color css

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

 span { border-color: rgb(28,102,74); }

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