Html Css Color HEX #1B614A Evening Sea

📋 copy color: '#1B614A'

red 27 ◦ green 97 ◦ blue 74

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

Shades of Evening Sea #1B614A

Tints of Evening Sea #1B614A

RGB

 RED value IS 27 (10.94% from 255) = 13.64%

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

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

R = 13.64%
G = 48.99%
B = 37.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#1B614A (or 0x1B614A) is known color: Evening Sea. HEX triplet: 1B, 61 and 4A. RGB value is (27,97,74). Sum of RGB (Red+Green+Blue) = 27+97+74=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #1B614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B614A is #E49EB5. Grayscale: #494949. Windows color (decimal): -14982838 or 4874523. OLE color: 4874523.

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

Color convert

RGB 27 97 74 -
CMYK 0.72 0 0.24 0.62
HSL 160.29º 0.56% 0.24% -
HSV(B) 160.29º 0.72% 0.38% -
XYZ 5.96 9.28 7.95 -
YUV 73.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 27 97 74 0.72 0 0.24 0.62 160.29 0.56 0.24
Hex 1B 61 4A 48 0 18 3E A0 38 18
Octal 33 141 112 110 0 30 76 240 70 30
Binary 11011 1100001 1001010 1001000 0 11000 111110 10100000 111000 11000

Color Harmonies of #1B614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B614A

Black with #1B614A

Text Example


Text Example

White with #1B614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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