Html Css Color HEX #1A614A Evening Sea

📋 copy color: '#1A614A'

red 26 ◦ green 97 ◦ blue 74

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

Shades of Evening Sea #1A614A

Tints of Evening Sea #1A614A

RGB

 RED value IS 26 (10.55% from 255) = 13.2%

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

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

R = 13.2%
G = 49.24%
B = 37.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#1A614A (or 0x1A614A) is known color: Evening Sea. HEX triplet: 1A, 61 and 4A. RGB value is (26,97,74). Sum of RGB (Red+Green+Blue) = 26+97+74=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #1A614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A614A is #E59EB5. Grayscale: #494949. Windows color (decimal): -15048374 or 4874522. OLE color: 4874522.

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

Color convert

RGB 26 97 74 -
CMYK 0.73 0 0.24 0.62
HSL 160.56º 0.58% 0.24% -
HSV(B) 160.56º 0.73% 0.38% -
XYZ 5.94 9.26 7.95 -
YUV 73.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 26 97 74 0.73 0 0.24 0.62 160.56 0.58 0.24
Hex 1A 61 4A 49 0 18 3E A1 3A 18
Octal 32 141 112 111 0 30 76 241 72 30
Binary 11010 1100001 1001010 1001001 0 11000 111110 10100001 111010 11000

Color Harmonies of #1A614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A614A

Black with #1A614A

Text Example


Text Example

White with #1A614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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