#252718

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

Shades of Green Waterloo #252718

Tints of Green Waterloo #252718

Color information

#252718 (or 0x252718) is unknown color: approx Green Waterloo. HEX triplet: 25, 27 and 18. RGB value is (37,39,24). Sum of RGB (Red+Green+Blue) = 37+39+24=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 39 - color contains mainly: green. Hex color #252718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252718 is #DAD8E7. Grayscale: #242424. Windows color (decimal): -14342376 or 1582885. OLE color: 1582885.

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

Color convert

RGB373924-
CMYK0.0500.380.85
HSL68º23.81%12.35%-
HSV(B)68º38.46%15.29%-
XYZ1.651.911.15-
YUV36.69120.84128.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 24 (9.77% from 255) = 24%
R=37%
G=39%
B=24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3739240.0500.380.856823.8112.35
Hex2527185026554418c
Octal45473050461251043014
Binary10010110011111000101010011010101011000100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252718; }

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

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

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

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

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

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

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

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