Html Css Color HEX #245F4F Evening Sea

📋 copy color: '#245F4F'

red 36 ◦ green 95 ◦ blue 79

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

Shades of Evening Sea #245F4F

Tints of Evening Sea #245F4F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 79 (31.25% from 255) = 37.62%

R = 17.14%
G = 45.24%
B = 37.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#245F4F (or 0x245F4F) is known color: Evening Sea. HEX triplet: 24, 5F and 4F. RGB value is (36,95,79). Sum of RGB (Red+Green+Blue) = 36+95+79=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #245F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F4F is #DBA0B0. Grayscale: #4B4B4B. Windows color (decimal): -14393521 or 5201700. OLE color: 5201700.

HSL color Cylindrical-coordinate representation of color #245F4F: hue angle of 163.73º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F4F is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 95 79 -
CMYK 0.62 0 0.17 0.63
HSL 163.73º 0.45% 0.26% -
HSV(B) 163.73º 0.62% 0.37% -
XYZ 6.23 9.12 8.83 -
YUV 75.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 36 95 79 0.62 0 0.17 0.63 163.73 0.45 0.26
Hex 24 5F 4F 3E 0 11 3F A4 2D 1A
Octal 44 137 117 76 0 21 77 244 55 32
Binary 100100 1011111 1001111 111110 0 10001 111111 10100100 101101 11010

Color Harmonies of #245F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F4F

Black with #245F4F

Text Example


Text Example

White with #245F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,95,79); }

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

background-color css

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

 a { background-color: rgb(36,95,79); }

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

border-color css

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

 span { border-color: rgb(36,95,79); }

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