Html Css Color HEX #257261 Genoa

📋 copy color: '#257261'

red 37 ◦ green 114 ◦ blue 97

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

Shades of Genoa #257261

Tints of Genoa #257261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 14.92%
G = 45.97%
B = 39.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#257261 (or 0x257261) is known color: Genoa. HEX triplet: 25, 72 and 61. RGB value is (37,114,97). Sum of RGB (Red+Green+Blue) = 37+114+97=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #257261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257261 is #DA8D9E. Grayscale: #595959. Windows color (decimal): -14323103 or 6386213. OLE color: 6386213.

HSL color Cylindrical-coordinate representation of color #257261: hue angle of 166.75º 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 #257261 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 114 97 -
CMYK 0.68 0 0.15 0.55
HSL 166.75º 0.51% 0.3% -
HSV(B) 166.75º 0.68% 0.45% -
XYZ 8.94 13.29 13.4 -
YUV 89.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 37 114 97 0.68 0 0.15 0.55 166.75 0.51 0.3
Hex 25 72 61 44 0 F 37 A7 33 1E
Octal 45 162 141 104 0 17 67 247 63 36
Binary 100101 1110010 1100001 1000100 0 1111 110111 10100111 110011 11110

Color Harmonies of #257261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257261

Black with #257261

Text Example


Text Example

White with #257261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257261; }

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

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

background-color css

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

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

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

border-color css

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

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

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