Html Css Color HEX #255349 Evening Sea

📋 copy color: '#255349'

red 37 ◦ green 83 ◦ blue 73

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

Shades of Evening Sea #255349

Tints of Evening Sea #255349

RGB

 RED value IS 37 (14.84% from 255) = 19.17%

 GREEN value IS 83 (32.81% from 255) = 43.01%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 19.17%
G = 43.01%
B = 37.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#255349 (or 0x255349) is known color: Evening Sea. HEX triplet: 25, 53 and 49. RGB value is (37,83,73). Sum of RGB (Red+Green+Blue) = 37+83+73=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #255349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255349 is #DAACB6. Grayscale: #444444. Windows color (decimal): -14331063 or 4805413. OLE color: 4805413.

HSL color Cylindrical-coordinate representation of color #255349: hue angle of 166.96º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255349 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 83 73 -
CMYK 0.55 0 0.12 0.67
HSL 166.96º 0.38% 0.24% -
HSV(B) 166.96º 0.55% 0.33% -
XYZ 5.06 7.06 7.4 -
YUV 68.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 37 83 73 0.55 0 0.12 0.67 166.96 0.38 0.24
Hex 25 53 49 37 0 C 43 A7 26 18
Octal 45 123 111 67 0 14 103 247 46 30
Binary 100101 1010011 1001001 110111 0 1100 1000011 10100111 100110 11000

Color Harmonies of #255349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255349

Black with #255349

Text Example


Text Example

White with #255349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255349; }

 p { color: rgb(37,83,73); }

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

background-color css

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

 a { background-color: rgb(37,83,73); }

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

border-color css

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

 span { border-color: rgb(37,83,73); }

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