Html Css Color HEX #257164 Genoa

📋 copy color: '#257164'

red 37 ◦ green 113 ◦ blue 100

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

Shades of Genoa #257164

Tints of Genoa #257164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 100 (39.45% from 255) = 40%

R = 14.8%
G = 45.2%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#257164 (or 0x257164) is known color: Genoa. HEX triplet: 25, 71 and 64. RGB value is (37,113,100). Sum of RGB (Red+Green+Blue) = 37+113+100=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #257164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257164 is #DA8E9B. Grayscale: #585858. Windows color (decimal): -14323356 or 6582565. OLE color: 6582565.

HSL color Cylindrical-coordinate representation of color #257164: hue angle of 169.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257164 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 113 100 -
CMYK 0.67 0 0.12 0.56
HSL 169.74º 0.51% 0.29% -
HSV(B) 169.74º 0.67% 0.44% -
XYZ 8.97 13.12 14.12 -
YUV 88.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 37 113 100 0.67 0 0.12 0.56 169.74 0.51 0.29
Hex 25 71 64 43 0 C 38 AA 33 1D
Octal 45 161 144 103 0 14 70 252 63 35
Binary 100101 1110001 1100100 1000011 0 1100 111000 10101010 110011 11101

Color Harmonies of #257164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257164

Black with #257164

Text Example


Text Example

White with #257164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257164; }

 p { color: rgb(37,113,100); }

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

background-color css

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

 a { background-color: rgb(37,113,100); }

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

border-color css

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

 span { border-color: rgb(37,113,100); }

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