Html Css Color HEX #257969 Genoa

📋 copy color: '#257969'

red 37 ◦ green 121 ◦ blue 105

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

Shades of Genoa #257969

Tints of Genoa #257969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.01%

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 14.07%
G = 46.01%
B = 39.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#257969 (or 0x257969) is known color: Genoa. HEX triplet: 25, 79 and 69. RGB value is (37,121,105). Sum of RGB (Red+Green+Blue) = 37+121+105=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #257969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257969 is #DA8696. Grayscale: #5E5E5E. Windows color (decimal): -14321303 or 6912293. OLE color: 6912293.

HSL color Cylindrical-coordinate representation of color #257969: hue angle of 168.57º 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 #257969 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 105 -
CMYK 0.69 0 0.13 0.53
HSL 168.57º 0.53% 0.31% -
HSV(B) 168.57º 0.69% 0.47% -
XYZ 10.15 15.09 15.74 -
YUV 94.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 37 121 105 0.69 0 0.13 0.53 168.57 0.53 0.31
Hex 25 79 69 45 0 D 35 A9 35 1F
Octal 45 171 151 105 0 15 65 251 65 37
Binary 100101 1111001 1101001 1000101 0 1101 110101 10101001 110101 11111

Color Harmonies of #257969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257969

Black with #257969

Text Example


Text Example

White with #257969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257969; }

 p { color: rgb(37,121,105); }

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

background-color css

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

 a { background-color: rgb(37,121,105); }

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

border-color css

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

 span { border-color: rgb(37,121,105); }

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