#232607

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

Shades of Green Waterloo #232607

Tints of Green Waterloo #232607

Color information

#232607 (or 0x232607) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 07. RGB value is (35,38,7). Sum of RGB (Red+Green+Blue) = 35+38+7=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #232607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232607 is #DCD9F8. Grayscale: #212121. Windows color (decimal): -14473721 or 468515. OLE color: 468515.

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

Color convert

RGB35387-
CMYK0.0800.820.85
HSL65.81º68.89%8.82%-
HSV(B)65.81º81.58%14.9%-
XYZ1.421.760.47-
YUV33.57113.01129.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=43.75%
G=47.5%
B=8.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353870.0800.820.8565.8168.898.82
Hex2326780525542459
Octal4346710012212510210511
Binary1000111001101111000010100101010101100001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232607; }

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

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

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

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

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

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

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

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