#262813

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

Shades of Green Waterloo #262813

Tints of Green Waterloo #262813

Color information

#262813 (or 0x262813) is unknown color: approx Green Waterloo. HEX triplet: 26, 28 and 13. RGB value is (38,40,19). Sum of RGB (Red+Green+Blue) = 38+40+19=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 40 - color contains mainly: green. Hex color #262813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262813 is #D9D7EC. Grayscale: #252525. Windows color (decimal): -14276589 or 1255462. OLE color: 1255462.

HSL color Cylindrical-coordinate representation of color #262813: hue angle of 65.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #262813 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB384019-
CMYK0.0500.520.84
HSL65.71º35.59%11.57%-
HSV(B)65.71º52.5%15.69%-
XYZ1.681.980.91-
YUV37.01117.84128.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=39.18%
G=41.24%
B=19.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3840190.0500.520.8465.7135.5911.57
Hex2628135034544224c
Octal46502350641241024414
Binary100110101000100111010110100101010010000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262813; }

 p { color: rgb(38,40,19); }

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

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

 a { background-color: rgb(38,40,19); }

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

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

 span { border-color: rgb(38,40,19); }

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