Html Css Color HEX #1C614A Evening Sea

📋 copy color: '#1C614A'

red 28 ◦ green 97 ◦ blue 74

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

Shades of Evening Sea #1C614A

Tints of Evening Sea #1C614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

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

R = 14.07%
G = 48.74%
B = 37.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#1C614A (or 0x1C614A) is known color: Evening Sea. HEX triplet: 1C, 61 and 4A. RGB value is (28,97,74). Sum of RGB (Red+Green+Blue) = 28+97+74=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #1C614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C614A is #E39EB5. Grayscale: #494949. Windows color (decimal): -14917302 or 4874524. OLE color: 4874524.

HSL color Cylindrical-coordinate representation of color #1C614A: hue angle of 160º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C614A is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 97 74 -
CMYK 0.71 0 0.24 0.62
HSL 160º 0.55% 0.25% -
HSV(B) 160º 0.71% 0.38% -
XYZ 5.99 9.29 7.96 -
YUV 73.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 28 97 74 0.71 0 0.24 0.62 160 0.55 0.25
Hex 1C 61 4A 47 0 18 3E A0 37 19
Octal 34 141 112 107 0 30 76 240 67 31
Binary 11100 1100001 1001010 1000111 0 11000 111110 10100000 110111 11001

Color Harmonies of #1C614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C614A

Black with #1C614A

Text Example


Text Example

White with #1C614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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