#24260E

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

Shades of Green Waterloo #24260E

Tints of Green Waterloo #24260E

Color information

#24260E (or 0x24260E) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 0E. RGB value is (36,38,14). Sum of RGB (Red+Green+Blue) = 36+38+14=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #24260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24260E is #DBD9F1. Grayscale: #222222. Windows color (decimal): -14408178 or 927268. OLE color: 927268.

HSL color Cylindrical-coordinate representation of color #24260E: hue angle of 65º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24260E is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB363814-
CMYK0.0500.630.85
HSL65º46.15%10.2%-
HSV(B)65º63.16%14.9%-
XYZ1.51.790.68-
YUV34.67116.34128.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=40.91%
G=43.18%
B=15.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638140.0500.630.856546.1510.2
Hex2426E503F55412ea
Octal44461650771251015612
Binary10010010011011101010111111101010110000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24260E; }

 p { color: rgb(36,38,14); }

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

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

 a { background-color: rgb(36,38,14); }

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

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

 span { border-color: rgb(36,38,14); }

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