Html Css Color HEX #253F48 Green Vogue

📋 copy color: '#253F48'

red 37 ◦ green 63 ◦ blue 72

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

Shades of Green Vogue #253F48

Tints of Green Vogue #253F48

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

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

R = 21.51%
G = 36.63%
B = 41.86%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253F48 (or 0x253F48) is known color: Green Vogue. HEX triplet: 25, 3F and 48. RGB value is (37,63,72). Sum of RGB (Red+Green+Blue) = 37+63+72=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #253F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F48 is #DAC0B7. Grayscale: #383838. Windows color (decimal): -14336184 or 4734757. OLE color: 4734757.

HSL color Cylindrical-coordinate representation of color #253F48: hue angle of 195.43º 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 #253F48 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 63 72 -
CMYK 0.49 0.12 0 0.72
HSL 195.43º 0.32% 0.21% -
HSV(B) 195.43º 0.49% 0.28% -
XYZ 3.71 4.42 6.79 -
YUV 56.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 37 63 72 0.49 0.12 0 0.72 195.43 0.32 0.21
Hex 25 3F 48 31 C 0 48 C3 20 15
Octal 45 77 110 61 14 0 110 303 40 25
Binary 100101 111111 1001000 110001 1100 0 1001000 11000011 100000 10101

Color Harmonies of #253F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F48

Black with #253F48

Text Example


Text Example

White with #253F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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