Html Css Color HEX #254146 Green Vogue

📋 copy color: '#254146'

red 37 ◦ green 65 ◦ blue 70

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

Shades of Green Vogue #254146

Tints of Green Vogue #254146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 21.51%
G = 37.79%
B = 40.7%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#254146 (or 0x254146) is known color: Green Vogue. HEX triplet: 25, 41 and 46. RGB value is (37,65,70). Sum of RGB (Red+Green+Blue) = 37+65+70=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #254146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254146 is #DABEB9. Grayscale: #393939. Windows color (decimal): -14335674 or 4604197. OLE color: 4604197.

HSL color Cylindrical-coordinate representation of color #254146: hue angle of 189.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #254146 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 65 70 -
CMYK 0.47 0.07 0 0.73
HSL 189.09º 0.31% 0.21% -
HSV(B) 189.09º 0.47% 0.27% -
XYZ 3.76 4.62 6.49 -
YUV 57.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 37 65 70 0.47 0.07 0 0.73 189.09 0.31 0.21
Hex 25 41 46 2F 7 0 49 BD 1F 15
Octal 45 101 106 57 7 0 111 275 37 25
Binary 100101 1000001 1000110 101111 111 0 1001001 10111101 11111 10101

Color Harmonies of #254146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254146

Black with #254146

Text Example


Text Example

White with #254146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254146; }

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

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

background-color css

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

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

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

border-color css

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

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

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