Html Css Color HEX #253F47 Green Vogue

📋 copy color: '#253F47'

red 37 ◦ green 63 ◦ blue 71

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

Shades of Green Vogue #253F47

Tints of Green Vogue #253F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.52%

R = 21.64%
G = 36.84%
B = 41.52%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#253F47 (or 0x253F47) is known color: Green Vogue. HEX triplet: 25, 3F and 47. RGB value is (37,63,71). Sum of RGB (Red+Green+Blue) = 37+63+71=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #253F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F47 is #DAC0B8. Grayscale: #383838. Windows color (decimal): -14336185 or 4669221. OLE color: 4669221.

HSL color Cylindrical-coordinate representation of color #253F47: hue angle of 194.12º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #253F47 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 63 71 -
CMYK 0.48 0.11 0 0.72
HSL 194.12º 0.31% 0.21% -
HSV(B) 194.12º 0.48% 0.28% -
XYZ 3.68 4.4 6.62 -
YUV 56.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 37 63 71 0.48 0.11 0 0.72 194.12 0.31 0.21
Hex 25 3F 47 30 B 0 48 C2 1F 15
Octal 45 77 107 60 13 0 110 302 37 25
Binary 100101 111111 1000111 110000 1011 0 1001000 11000010 11111 10101

Color Harmonies of #253F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F47

Black with #253F47

Text Example


Text Example

White with #253F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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