Html Css Color HEX #257064 Genoa

📋 copy color: '#257064'

red 37 ◦ green 112 ◦ blue 100

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

Shades of Genoa #257064

Tints of Genoa #257064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 14.86%
G = 44.98%
B = 40.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#257064 (or 0x257064) is known color: Genoa. HEX triplet: 25, 70 and 64. RGB value is (37,112,100). Sum of RGB (Red+Green+Blue) = 37+112+100=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #257064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257064 is #DA8F9B. Grayscale: #585858. Windows color (decimal): -14323612 or 6582309. OLE color: 6582309.

HSL color Cylindrical-coordinate representation of color #257064: hue angle of 170.4º degrees, saturation: 0.5, 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 #257064 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 100 -
CMYK 0.67 0 0.11 0.56
HSL 170.4º 0.5% 0.29% -
HSV(B) 170.4º 0.67% 0.44% -
XYZ 8.86 12.9 14.08 -
YUV 88.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 37 112 100 0.67 0 0.11 0.56 170.4 0.5 0.29
Hex 25 70 64 43 0 B 38 AA 32 1D
Octal 45 160 144 103 0 13 70 252 62 35
Binary 100101 1110000 1100100 1000011 0 1011 111000 10101010 110010 11101

Color Harmonies of #257064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257064

Black with #257064

Text Example


Text Example

White with #257064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257064; }

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

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

background-color css

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

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

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

border-color css

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

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

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