Html Css Color HEX #254148 Green Vogue

📋 copy color: '#254148'

red 37 ◦ green 65 ◦ blue 72

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

Shades of Green Vogue #254148

Tints of Green Vogue #254148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 21.26%
G = 37.36%
B = 41.38%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#254148 (or 0x254148) is known color: Green Vogue. HEX triplet: 25, 41 and 48. RGB value is (37,65,72). Sum of RGB (Red+Green+Blue) = 37+65+72=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #254148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254148 is #DABEB7. Grayscale: #393939. Windows color (decimal): -14335672 or 4735269. OLE color: 4735269.

HSL color Cylindrical-coordinate representation of color #254148: hue angle of 192º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254148 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 65 72 -
CMYK 0.49 0.10 0 0.72
HSL 192º 0.32% 0.21% -
HSV(B) 192º 0.49% 0.28% -
XYZ 3.82 4.64 6.83 -
YUV 57.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 37 65 72 0.49 0.10 0 0.72 192 0.32 0.21
Hex 25 41 48 31 A 0 48 C0 20 15
Octal 45 101 110 61 12 0 110 300 40 25
Binary 100101 1000001 1001000 110001 1010 0 1001000 11000000 100000 10101

Color Harmonies of #254148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254148

Black with #254148

Text Example


Text Example

White with #254148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254148; }

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

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

background-color css

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

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

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

border-color css

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

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

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