Html Css Color HEX #245B4A Evening Sea

📋 copy color: '#245B4A'

red 36 ◦ green 91 ◦ blue 74

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

Shades of Evening Sea #245B4A

Tints of Evening Sea #245B4A

RGB

 RED value IS 36 (14.45% from 255) = 17.91%

 GREEN value IS 91 (35.94% from 255) = 45.27%

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

R = 17.91%
G = 45.27%
B = 36.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#245B4A (or 0x245B4A) is known color: Evening Sea. HEX triplet: 24, 5B and 4A. RGB value is (36,91,74). Sum of RGB (Red+Green+Blue) = 36+91+74=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #245B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B4A is #DBA4B5. Grayscale: #484848. Windows color (decimal): -14394550 or 4872996. OLE color: 4872996.

HSL color Cylindrical-coordinate representation of color #245B4A: hue angle of 161.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B4A is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 91 74 -
CMYK 0.60 0 0.19 0.64
HSL 161.45º 0.43% 0.25% -
HSV(B) 161.45º 0.6% 0.36% -
XYZ 5.7 8.35 7.79 -
YUV 72.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 36 91 74 0.60 0 0.19 0.64 161.45 0.43 0.25
Hex 24 5B 4A 3C 0 13 40 A1 2B 19
Octal 44 133 112 74 0 23 100 241 53 31
Binary 100100 1011011 1001010 111100 0 10011 1000000 10100001 101011 11001

Color Harmonies of #245B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B4A

Black with #245B4A

Text Example


Text Example

White with #245B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245B4A; }

 p { color: rgb(36,91,74); }

 H1.HeaderClassName
 {
   color: #245B4A;
 }
 .AnyTagClassName
 {
   color: #245B4A;
 }
</style>

background-color css

<style>
 a { background-color: #245B4A; }

 a { background-color: rgb(36,91,74); }

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

border-color css

<style>
 span { border-color: #245B4A; }

 span { border-color: rgb(36,91,74); }

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