Html Css Color HEX #256050 Evening Sea

📋 copy color: '#256050'

red 37 ◦ green 96 ◦ blue 80

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

Shades of Evening Sea #256050

Tints of Evening Sea #256050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 17.37%
G = 45.07%
B = 37.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#256050 (or 0x256050) is known color: Evening Sea. HEX triplet: 25, 60 and 50. RGB value is (37,96,80). Sum of RGB (Red+Green+Blue) = 37+96+80=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #256050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256050 is #DA9FAF. Grayscale: #4C4C4C. Windows color (decimal): -14327728 or 5267493. OLE color: 5267493.

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

Color convert

RGB 37 96 80 -
CMYK 0.61 0 0.17 0.62
HSL 163.73º 0.44% 0.26% -
HSV(B) 163.73º 0.61% 0.38% -
XYZ 6.39 9.34 9.05 -
YUV 76.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 37 96 80 0.61 0 0.17 0.62 163.73 0.44 0.26
Hex 25 60 50 3D 0 11 3E A4 2C 1A
Octal 45 140 120 75 0 21 76 244 54 32
Binary 100101 1100000 1010000 111101 0 10001 111110 10100100 101100 11010

Color Harmonies of #256050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256050

Black with #256050

Text Example


Text Example

White with #256050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256050; }

 p { color: rgb(37,96,80); }

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

background-color css

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

 a { background-color: rgb(37,96,80); }

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

border-color css

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

 span { border-color: rgb(37,96,80); }

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