Html Css Color HEX #25414B Green Vogue

📋 copy color: '#25414B'

red 37 ◦ green 65 ◦ blue 75

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

Shades of Green Vogue #25414B

Tints of Green Vogue #25414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 20.9%
G = 36.72%
B = 42.37%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25414B (or 0x25414B) is known color: Green Vogue. HEX triplet: 25, 41 and 4B. RGB value is (37,65,75). Sum of RGB (Red+Green+Blue) = 37+65+75=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #25414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25414B is #DABEB4. Grayscale: #393939. Windows color (decimal): -14335669 or 4931877. OLE color: 4931877.

HSL color Cylindrical-coordinate representation of color #25414B: hue angle of 195.79º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25414B is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 65 75 -
CMYK 0.51 0.13 0 0.71
HSL 195.79º 0.34% 0.22% -
HSV(B) 195.79º 0.51% 0.29% -
XYZ 3.92 4.68 7.35 -
YUV 57.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 37 65 75 0.51 0.13 0 0.71 195.79 0.34 0.22
Hex 25 41 4B 33 D 0 47 C4 22 16
Octal 45 101 113 63 15 0 107 304 42 26
Binary 100101 1000001 1001011 110011 1101 0 1000111 11000100 100010 10110

Color Harmonies of #25414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25414B

Black with #25414B

Text Example


Text Example

White with #25414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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