#252614

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

Shades of Green Waterloo #252614

Tints of Green Waterloo #252614

Color information

#252614 (or 0x252614) is unknown color: approx Green Waterloo. HEX triplet: 25, 26 and 14. RGB value is (37,38,20). Sum of RGB (Red+Green+Blue) = 37+38+20=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 38 - color contains mainly: green. Hex color #252614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252614 is #DAD9EB. Grayscale: #232323. Windows color (decimal): -14342636 or 1320485. OLE color: 1320485.

HSL color Cylindrical-coordinate representation of color #252614: hue angle of 63.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #252614 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB373820-
CMYK0.0300.470.85
HSL63.33º31.03%11.37%-
HSV(B)63.33º47.37%14.9%-
XYZ1.581.830.93-
YUV35.65119.17128.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=38.95%
G=40%
B=21.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738200.0300.470.8563.3331.0311.37
Hex252614302F553f1fb
Octal4546243057125773713
Binary100101100110101001101011111010101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252614; }

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

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

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

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

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

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

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

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