#232605

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

Shades of Green Waterloo #232605

Tints of Green Waterloo #232605

Color information

#232605 (or 0x232605) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 05. RGB value is (35,38,5). Sum of RGB (Red+Green+Blue) = 35+38+5=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #232605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232605 is #DCD9FA. Grayscale: #212121. Windows color (decimal): -14473723 or 337443. OLE color: 337443.

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

Color convert

RGB35385-
CMYK0.0800.870.85
HSL65.45º76.74%8.43%-
HSV(B)65.45º86.84%14.9%-
XYZ1.411.750.41-
YUV33.34112.01129.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 38 (15.23% from 255) = 48.72%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=44.87%
G=48.72%
B=6.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353850.0800.870.8565.4576.748.43
Hex23265805755414d8
Octal4346510012712510111510
Binary1000111001101011000010101111010101100000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232605; }

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

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

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

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

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

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

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

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