Html Css Color HEX #25746A Genoa

📋 copy color: '#25746A'

red 37 ◦ green 116 ◦ blue 106

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

Shades of Genoa #25746A

Tints of Genoa #25746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 14.29%
G = 44.79%
B = 40.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#25746A (or 0x25746A) is known color: Genoa. HEX triplet: 25, 74 and 6A. RGB value is (37,116,106). Sum of RGB (Red+Green+Blue) = 37+116+106=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #25746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25746A is #DA8B95. Grayscale: #5B5B5B. Windows color (decimal): -14322582 or 6976549. OLE color: 6976549.

HSL color Cylindrical-coordinate representation of color #25746A: hue angle of 172.41º 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 #25746A is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 116 106 -
CMYK 0.68 0 0.09 0.55
HSL 172.41º 0.52% 0.3% -
HSV(B) 172.41º 0.68% 0.45% -
XYZ 9.61 13.92 15.82 -
YUV 91.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 37 116 106 0.68 0 0.09 0.55 172.41 0.52 0.3
Hex 25 74 6A 44 0 9 37 AC 34 1E
Octal 45 164 152 104 0 11 67 254 64 36
Binary 100101 1110100 1101010 1000100 0 1001 110111 10101100 110100 11110

Color Harmonies of #25746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25746A

Black with #25746A

Text Example


Text Example

White with #25746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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