Html Css Color HEX #25414C Green Vogue

📋 copy color: '#25414C'

red 37 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #25414C

Tints of Green Vogue #25414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.52%

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 20.79%
G = 36.52%
B = 42.7%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25414C (or 0x25414C) is known color: Green Vogue. HEX triplet: 25, 41 and 4C. RGB value is (37,65,76). Sum of RGB (Red+Green+Blue) = 37+65+76=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #25414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25414C is #DABEB3. Grayscale: #393939. Windows color (decimal): -14335668 or 4997413. OLE color: 4997413.

HSL color Cylindrical-coordinate representation of color #25414C: hue angle of 196.92º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25414C is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 65 76 -
CMYK 0.51 0.14 0 0.70
HSL 196.92º 0.35% 0.22% -
HSV(B) 196.92º 0.51% 0.3% -
XYZ 3.96 4.7 7.54 -
YUV 57.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 37 65 76 0.51 0.14 0 0.70 196.92 0.35 0.22
Hex 25 41 4C 33 E 0 46 C5 23 16
Octal 45 101 114 63 16 0 106 305 43 26
Binary 100101 1000001 1001100 110011 1110 0 1000110 11000101 100011 10110

Color Harmonies of #25414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25414C

Black with #25414C

Text Example


Text Example

White with #25414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25414C; }

 p { color: rgb(37,65,76); }

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

background-color css

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

 a { background-color: rgb(37,65,76); }

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

border-color css

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

 span { border-color: rgb(37,65,76); }

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