Html Css Color HEX #257968 Genoa

📋 copy color: '#257968'

red 37 ◦ green 121 ◦ blue 104

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

Shades of Genoa #257968

Tints of Genoa #257968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 14.12%
G = 46.18%
B = 39.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#257968 (or 0x257968) is known color: Genoa. HEX triplet: 25, 79 and 68. RGB value is (37,121,104). Sum of RGB (Red+Green+Blue) = 37+121+104=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #257968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257968 is #DA8697. Grayscale: #5D5D5D. Windows color (decimal): -14321304 or 6846757. OLE color: 6846757.

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

Color convert

RGB 37 121 104 -
CMYK 0.69 0 0.14 0.53
HSL 167.86º 0.53% 0.31% -
HSV(B) 167.86º 0.69% 0.47% -
XYZ 10.1 15.07 15.47 -
YUV 93.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 37 121 104 0.69 0 0.14 0.53 167.86 0.53 0.31
Hex 25 79 68 45 0 E 35 A8 35 1F
Octal 45 171 150 105 0 16 65 250 65 37
Binary 100101 1111001 1101000 1000101 0 1110 110101 10101000 110101 11111

Color Harmonies of #257968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257968

Black with #257968

Text Example


Text Example

White with #257968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257968; }

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

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

background-color css

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

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

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

border-color css

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

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

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