Html Css Color HEX #257269 Genoa

📋 copy color: '#257269'

red 37 ◦ green 114 ◦ blue 105

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

Shades of Genoa #257269

Tints of Genoa #257269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.53%

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 14.45%
G = 44.53%
B = 41.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#257269 (or 0x257269) is known color: Genoa. HEX triplet: 25, 72 and 69. RGB value is (37,114,105). Sum of RGB (Red+Green+Blue) = 37+114+105=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #257269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257269 is #DA8D96. Grayscale: #595959. Windows color (decimal): -14323095 or 6910501. OLE color: 6910501.

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

Color convert

RGB 37 114 105 -
CMYK 0.68 0 0.08 0.55
HSL 172.99º 0.51% 0.3% -
HSV(B) 172.99º 0.68% 0.45% -
XYZ 9.33 13.45 15.47 -
YUV 89.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 37 114 105 0.68 0 0.08 0.55 172.99 0.51 0.3
Hex 25 72 69 44 0 8 37 AD 33 1E
Octal 45 162 151 104 0 10 67 255 63 36
Binary 100101 1110010 1101001 1000100 0 1000 110111 10101101 110011 11110

Color Harmonies of #257269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257269

Black with #257269

Text Example


Text Example

White with #257269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257269; }

 p { color: rgb(37,114,105); }

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

background-color css

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

 a { background-color: rgb(37,114,105); }

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

border-color css

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

 span { border-color: rgb(37,114,105); }

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