Html Css Color HEX #257765 Genoa

📋 copy color: '#257765'

red 37 ◦ green 119 ◦ blue 101

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

Shades of Genoa #257765

Tints of Genoa #257765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 14.4%
G = 46.3%
B = 39.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#257765 (or 0x257765) is known color: Genoa. HEX triplet: 25, 77 and 65. RGB value is (37,119,101). Sum of RGB (Red+Green+Blue) = 37+119+101=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #257765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257765 is #DA889A. Grayscale: #5C5C5C. Windows color (decimal): -14321819 or 6649637. OLE color: 6649637.

HSL color Cylindrical-coordinate representation of color #257765: hue angle of 166.83º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257765 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 119 101 -
CMYK 0.69 0 0.15 0.53
HSL 166.83º 0.53% 0.31% -
HSV(B) 166.83º 0.69% 0.47% -
XYZ 9.71 14.53 14.6 -
YUV 92.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 37 119 101 0.69 0 0.15 0.53 166.83 0.53 0.31
Hex 25 77 65 45 0 F 35 A7 35 1F
Octal 45 167 145 105 0 17 65 247 65 37
Binary 100101 1110111 1100101 1000101 0 1111 110101 10100111 110101 11111

Color Harmonies of #257765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257765

Black with #257765

Text Example


Text Example

White with #257765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257765; }

 p { color: rgb(37,119,101); }

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

background-color css

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

 a { background-color: rgb(37,119,101); }

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

border-color css

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

 span { border-color: rgb(37,119,101); }

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