#242610

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

Shades of Green Waterloo #242610

Tints of Green Waterloo #242610

Color information

#242610 (or 0x242610) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 10. RGB value is (36,38,16). Sum of RGB (Red+Green+Blue) = 36+38+16=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #242610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242610 is #DBD9EF. Grayscale: #222222. Windows color (decimal): -14408176 or 1058340. OLE color: 1058340.

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

Color convert

RGB363816-
CMYK0.0500.580.85
HSL65.45º40.74%10.59%-
HSV(B)65.45º57.89%14.9%-
XYZ1.511.80.76-
YUV34.89117.34128.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=40%
G=42.22%
B=17.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638160.0500.580.8565.4540.7410.59
Hex242610503A554129b
Octal44462050721251015113
Binary100100100110100001010111010101010110000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242610; }

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

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

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

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

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

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

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

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