#252714

Color #252714 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #252714

Tints of Green Waterloo #252714

Color information

#252714 (or 0x252714) is unknown color: approx Green Waterloo. HEX triplet: 25, 27 and 14. RGB value is (37,39,20). Sum of RGB (Red+Green+Blue) = 37+39+20=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #252714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252714 is #DAD8EB. Grayscale: #242424. Windows color (decimal): -14342380 or 1320741. OLE color: 1320741.

HSL color Cylindrical-coordinate representation of color #252714: hue angle of 66.32º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252714 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB373920-
CMYK0.0500.490.85
HSL66.32º32.2%11.57%-
HSV(B)66.32º48.72%15.29%-
XYZ1.611.890.94-
YUV36.24118.84128.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=38.54%
G=40.62%
B=20.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3739200.0500.490.8566.3232.211.57
Hex2527145031554220c
Octal45472450611251024014
Binary100101100111101001010110001101010110000101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252714; }

 p { color: rgb(37,39,20); }

 H1.HeaderClassName
 {
   color: #252714;
 }
 .AnyTagClassName
 {
   color: #252714;
 }
</style>
background-color css

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

 a { background-color: rgb(37,39,20); }

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

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

 span { border-color: rgb(37,39,20); }

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