Html Css Color HEX #253F45 Green Vogue

📋 copy color: '#253F45'

red 37 ◦ green 63 ◦ blue 69

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

Shades of Green Vogue #253F45

Tints of Green Vogue #253F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.83%

R = 21.89%
G = 37.28%
B = 40.83%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#253F45 (or 0x253F45) is known color: Green Vogue. HEX triplet: 25, 3F and 45. RGB value is (37,63,69). Sum of RGB (Red+Green+Blue) = 37+63+69=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #253F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F45 is #DAC0BA. Grayscale: #373737. Windows color (decimal): -14336187 or 4538149. OLE color: 4538149.

HSL color Cylindrical-coordinate representation of color #253F45: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #253F45 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 63 69 -
CMYK 0.46 0.09 0 0.73
HSL 191.25º 0.3% 0.21% -
HSV(B) 191.25º 0.46% 0.27% -
XYZ 3.61 4.38 6.28 -
YUV 55.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 37 63 69 0.46 0.09 0 0.73 191.25 0.3 0.21
Hex 25 3F 45 2E 9 0 49 BF 1E 15
Octal 45 77 105 56 11 0 111 277 36 25
Binary 100101 111111 1000101 101110 1001 0 1001001 10111111 11110 10101

Color Harmonies of #253F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F45

Black with #253F45

Text Example


Text Example

White with #253F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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