#24260D

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

Shades of Green Waterloo #24260D

Tints of Green Waterloo #24260D

Color information

#24260D (or 0x24260D) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 0D. RGB value is (36,38,13). Sum of RGB (Red+Green+Blue) = 36+38+13=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #24260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24260D is #DBD9F2. Grayscale: #222222. Windows color (decimal): -14408179 or 861732. OLE color: 861732.

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

Color convert

RGB363813-
CMYK0.0500.660.85
HSL64.8º49.02%10%-
HSV(B)64.8º65.79%14.9%-
XYZ1.491.790.65-
YUV34.55115.84129.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=41.38%
G=43.68%
B=14.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638130.0500.660.8564.849.0210
Hex2426D5042554131a
Octal444615501021251016112
Binary100100100110110110101000010101010110000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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