Html Css Color HEX #25454A Green Vogue

📋 copy color: '#25454A'

red 37 ◦ green 69 ◦ blue 74

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

Shades of Green Vogue #25454A

Tints of Green Vogue #25454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.33%

 BLUE value IS 74 (29.3% from 255) = 41.11%

R = 20.56%
G = 38.33%
B = 41.11%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25454A (or 0x25454A) is known color: Green Vogue. HEX triplet: 25, 45 and 4A. RGB value is (37,69,74). Sum of RGB (Red+Green+Blue) = 37+69+74=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #25454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25454A is #DABAB5. Grayscale: #3B3B3B. Windows color (decimal): -14334646 or 4867365. OLE color: 4867365.

HSL color Cylindrical-coordinate representation of color #25454A: hue angle of 188.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25454A is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 69 74 -
CMYK 0.50 0.07 0 0.71
HSL 188.11º 0.33% 0.22% -
HSV(B) 188.11º 0.5% 0.29% -
XYZ 4.13 5.14 7.25 -
YUV 60 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 37 69 74 0.50 0.07 0 0.71 188.11 0.33 0.22
Hex 25 45 4A 32 7 0 47 BC 21 16
Octal 45 105 112 62 7 0 107 274 41 26
Binary 100101 1000101 1001010 110010 111 0 1000111 10111100 100001 10110

Color Harmonies of #25454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25454A

Black with #25454A

Text Example


Text Example

White with #25454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,69,74); }

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

background-color css

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

 a { background-color: rgb(37,69,74); }

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

border-color css

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

 span { border-color: rgb(37,69,74); }

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