Html Css Color HEX #257468 Genoa

📋 copy color: '#257468'

red 37 ◦ green 116 ◦ blue 104

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

Shades of Genoa #257468

Tints of Genoa #257468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

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

R = 14.4%
G = 45.14%
B = 40.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#257468 (or 0x257468) is known color: Genoa. HEX triplet: 25, 74 and 68. RGB value is (37,116,104). Sum of RGB (Red+Green+Blue) = 37+116+104=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #257468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257468 is #DA8B97. Grayscale: #5A5A5A. Windows color (decimal): -14322584 or 6845477. OLE color: 6845477.

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

Color convert

RGB 37 116 104 -
CMYK 0.68 0 0.10 0.55
HSL 170.89º 0.52% 0.3% -
HSV(B) 170.89º 0.68% 0.45% -
XYZ 9.51 13.88 15.28 -
YUV 91.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 37 116 104 0.68 0 0.10 0.55 170.89 0.52 0.3
Hex 25 74 68 44 0 A 37 AB 34 1E
Octal 45 164 150 104 0 12 67 253 64 36
Binary 100101 1110100 1101000 1000100 0 1010 110111 10101011 110100 11110

Color Harmonies of #257468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257468

Black with #257468

Text Example


Text Example

White with #257468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257468; }

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

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

background-color css

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

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

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

border-color css

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

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

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