#232506

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

Shades of Green Waterloo #232506

Tints of Green Waterloo #232506

Color information

#232506 (or 0x232506) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 06. RGB value is (35,37,6). Sum of RGB (Red+Green+Blue) = 35+37+6=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #232506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232506 is #DCDAF9. Grayscale: #202020. Windows color (decimal): -14473978 or 402723. OLE color: 402723.

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

Color convert

RGB35376-
CMYK0.0500.840.85
HSL63.87º72.09%8.43%-
HSV(B)63.87º83.78%14.51%-
XYZ1.391.690.43-
YUV32.87112.84129.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 44.87%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=44.87%
G=47.44%
B=7.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353760.0500.840.8563.8772.098.43
Hex2325650545540488
Octal434565012412510011010
Binary100011100101110101010101001010101100000010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232506; }

 p { color: rgb(35,37,6); }

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

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

 a { background-color: rgb(35,37,6); }

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

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

 span { border-color: rgb(35,37,6); }

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