Html Css Color HEX #257361 Genoa

📋 copy color: '#257361'

red 37 ◦ green 115 ◦ blue 97

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

Shades of Genoa #257361

Tints of Genoa #257361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 14.86%
G = 46.18%
B = 38.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#257361 (or 0x257361) is known color: Genoa. HEX triplet: 25, 73 and 61. RGB value is (37,115,97). Sum of RGB (Red+Green+Blue) = 37+115+97=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #257361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257361 is #DA8C9E. Grayscale: #595959. Windows color (decimal): -14322847 or 6386469. OLE color: 6386469.

HSL color Cylindrical-coordinate representation of color #257361: hue angle of 166.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257361 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 115 97 -
CMYK 0.68 0 0.16 0.55
HSL 166.15º 0.51% 0.3% -
HSV(B) 166.15º 0.68% 0.45% -
XYZ 9.05 13.52 13.44 -
YUV 89.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 37 115 97 0.68 0 0.16 0.55 166.15 0.51 0.3
Hex 25 73 61 44 0 10 37 A6 33 1E
Octal 45 163 141 104 0 20 67 246 63 36
Binary 100101 1110011 1100001 1000100 0 10000 110111 10100110 110011 11110

Color Harmonies of #257361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257361

Black with #257361

Text Example


Text Example

White with #257361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257361; }

 p { color: rgb(37,115,97); }

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

background-color css

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

 a { background-color: rgb(37,115,97); }

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

border-color css

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

 span { border-color: rgb(37,115,97); }

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