Html Css Color HEX #257165 Genoa

📋 copy color: '#257165'

red 37 ◦ green 113 ◦ blue 101

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

Shades of Genoa #257165

Tints of Genoa #257165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 14.74%
G = 45.02%
B = 40.24%

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

#257165 (or 0x257165) is known color: Genoa. HEX triplet: 25, 71 and 65. RGB value is (37,113,101). Sum of RGB (Red+Green+Blue) = 37+113+101=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #257165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257165 is #DA8E9A. Grayscale: #585858. Windows color (decimal): -14323355 or 6648101. OLE color: 6648101.

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

Color convert

RGB 37 113 101 -
CMYK 0.67 0 0.11 0.56
HSL 170.53º 0.51% 0.29% -
HSV(B) 170.53º 0.67% 0.44% -
XYZ 9.02 13.14 14.37 -
YUV 88.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 37 113 101 0.67 0 0.11 0.56 170.53 0.51 0.29
Hex 25 71 65 43 0 B 38 AB 33 1D
Octal 45 161 145 103 0 13 70 253 63 35
Binary 100101 1110001 1100101 1000011 0 1011 111000 10101011 110011 11101

Color Harmonies of #257165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257165

Black with #257165

Text Example


Text Example

White with #257165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257165; }

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

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

background-color css

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

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

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

border-color css

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

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

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