#232618

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

Shades of Green Waterloo #232618

Tints of Green Waterloo #232618

Color information

#232618 (or 0x232618) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 18. RGB value is (35,38,24). Sum of RGB (Red+Green+Blue) = 35+38+24=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 38 - color contains mainly: green. Hex color #232618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232618 is #DCD9E7. Grayscale: #232323. Windows color (decimal): -14473704 or 1582627. OLE color: 1582627.

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

Color convert

RGB353824-
CMYK0.0800.370.85
HSL72.86º22.58%12.16%-
HSV(B)72.86º36.84%14.9%-
XYZ1.551.811.13-
YUV35.51121.51127.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=36.08%
G=39.18%
B=24.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3538240.0800.370.8572.8622.5812.16
Hex2326188025554917c
Octal434630100451251112714
Binary100011100110110001000010010110101011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232618; }

 p { color: rgb(35,38,24); }

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

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

 a { background-color: rgb(35,38,24); }

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

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

 span { border-color: rgb(35,38,24); }

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